[Seaside] KomAjpServer

Philippe Marschall philippe.marschall at gmail.com
Thu Dec 10 05:35:31 UTC 2009


2009/12/9 Udo Schneider <Udo.Schneider at homeaddress.de>:
> All,
>
> I'm currently evaluating KomAjpServer
> (http://www.squeaksource.com/KomAjpServer) as an alternative way to doing
> regular reverse-proxying with apache.
>
> It seemed to work w/o any problems until Linux complained about to many open
> files. Checking with lsof it seems that KomAjpServer does not keep a number
> of sockets open but instead closes sockets after one request - so I'm
> accumulating a lot of half open sockets.

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"

 [1] http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html

Cheers
Philippe


More information about the seaside mailing list