26 Feb
2009
26 Feb
'09
5 a.m.
magicboiz wrote:
Do you know how can I modify the source code, in order to print in the error message the exact time when the child was created/forked? If I want to find errors in my sql backend server, I need to know the exact time when the requests are lost...... checking the code, It looks like this error message is printed only when the server detects threads that are stalled.....................
That message is printed "max_request_time" seconds after the packet is received. The stall happens at some point during that time period. Alan DeKok.