Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.
(Answer) (Category) Java Apache Project : (Category) Apache JServ 1.0 : (Category) Configuration :
The server refuses to answer more than 1 request.
You are probably trying to optimize Apache/Linux 2.x combo for a multi-processor machine and thought the benifit of SMP would shine with blackdown's JDK using native threads. This is not a good idea! Switch back to green threads. I spent quite a bit of time trying to track this down when I got desperate and decided to trace into JServ, to trace I needed to use green threads and noticed that it now worked. I thought this is one of those times that strace causes adverse effects and when I tried running it without tracing into it, it still worked. Hope nobody has to go through that hell!
Levon
lkarayanATusaDOTnet
[Append to This Answer]
Previous: (Answer) New Item
Next: (Answer) Server Cacheing
This document is: http://java.apache.org/faq/?file=314
[Search] [Appearance] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.709.
Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.