RE: xml-rpc connection pool

2003-02-06 Thread Danny Angus
sible that -Xnoincgc may make the problem better or worse, you would have to experiment with it. > -Original Message- > From: yuval lifshitz [mailto:[EMAIL PROTECTED]] > Sent: 06 February 2003 10:40 > To: [EMAIL PROTECTED] > Subject: xml-rpc connection pool > > &

xml-rpc connection pool

2003-02-06 Thread yuval lifshitz
Hi, We have notice that the connection pool of the WebServer makes the application runs out of memory. It looks as if buffers are never releases and only grows on every new connection. Did any one encounter this problem ? Thanks.