Feb. 27, 2012
9:27 a.m.
On 02/27/2012 10:11 AM, Göran Krampe wrote:
Hi Philippe!
Nice to see your AJP work giving results! I think Nginx has a module for AJP, would be interesting to see if that makes a difference. :)
I don't see how this should help when the Pharo image is at 100% CPU. I don't see how event driven IO is supposed to help for few, high throughput connections.
Are you using stock SocketStream internally or anything even more bare bone?
No, I build my own buffer and go straight to Socket. AJP is packet oriented with 8k packets so this is easy. Cheers Philippe