[Seaside] Re: KomAjpServer

Philippe Marschall philippe.marschall at gmail.com
Thu Dec 10 15:38:52 UTC 2009


2009/12/10 Udo Schneider <Udo.Schneider at homeaddress.de>:
> Philippe Marschall schrieb:
>>
>> That's not really the idea behind AJP:
>> "To cut down on the expensive process of socket creation, the web
>> server will attempt to maintain persistent TCP connections to the
>> servlet container, and to reuse a connection for multiple
>> request/response cycles"
>
> The was my understanding of AJP as well - however it seems that something is
> going wrong. Either on the Apache or on the seaside side.

Apache side is very unlikely. That part has seen and is still seeing a
ton of action. Are you on mod_jk or mod_proxy_ajp?

> Even without a
> connection the number of half-open sockets increases over time.
>
> The same apache with a tomcat backend works fine - so I'll start
> digging/debugging on the smalltalk side.

Wireshark supports AJP13 :-)

Cheers
Philippe


More information about the seaside mailing list