Hi Gustaf,

The developers have acknowledged that this is a bug, so they are changing their 
code. However thanks for the good suggestions! :-)

Brian

-----Original Message-----
From: AOLserver Discussion [mailto:[EMAIL PROTECTED] On Behalf Of Gustaf Neumann
Sent: 08 October 2007 13:04
To: [email protected]
Subject: Re: [AOLSERVER] More on lost of memory of aolserver process

Hi Brian,

Fenton, Brian schrieb:
> Thanks very much for the replies. The developers reported back that the 
> crashes were caused by a report getting repeatedly called that was returning 
> massive amounts of data to the browser. Sounds a bit odd to me, but I don't 
> have any more data at the moment. When I get more, I'll report back here.
>
if this large amount of data is not a bug, you will run always into
such memory problems, since all aolserver threads run in the same
(limited) address space of a single process. I would suggest to
considerate the following options:
  - spool data to a file and return the file
  - use HTTP streaming via ns_write
  - move to 64bit

-gustaf neumann


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to