Klaus Darilion writes:
Hmm...letting the whole server sleep would not really
be the idea ;-)
i don't think that the whole server will get to sleep, but just the
process handling the request at hand.
So if 4 user have delayed calling, 4 processes are sleeping, thats not
good.
it is not good, but such "sleeps" can happen also when an ua is not
responding immediately, when you do an http query, etc.
unfortunately a function execute_next_function_asynchronously() does not
exit.
-- juha