|
Posted by em on 01/20/06 23:32
hi,
i can't make more than two concurrent requests to a php script - i mean
when i make say 20 simultaneous requests then two first execute but 18 remaining
are waiting for them, then the next two scripts are handled and so on.
why only two? how to change that?
it's not session locking for sure - i use session_write_close,
and actually i stripped down my script so that now has just some
slow-down loop.
it's php 4.2 and apache 2, linux
regards
em
Navigation:
[Reply to this message]
|