https://bz.apache.org/bugzilla/show_bug.cgi?id=56308
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] --- Ditto, one second is for my application to high (user has to wait for each image to load on a web side with multiple images 1 second). I changed the code in fcgid_bridge.c, function handle_request from apr_sleep(apr_time_from_sec(1)); to apr_sleep(APR_USEC_PER_SEC / 50); // 20 msecs That works fine (in my test use case). But i will use mod_fastcgid in my customer projects, dont knowing wh at will happens there ... Is it possible to configure the sleep time? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
