Hello Heino

 

Thanks for your help.

 

I have tried to replace the module that you send to me but every time I try to start the Apache service the following error:

-The requested operation failed!

 

Using the windows event viewer:

The Apache service named  reported the following error:

>>> Syntax error on line 410 of F:/Program Files/Apache Group/Apache2/conf/httpd.conf:

 

And after this error there is another in the vent viewer:

The Apache service named  reported the following error:

>>> Invalid command 'AspNetVersion', perhaps mis-spelled or defined by a module not included in the server configuration     .

 

Kind regards

 

Luis

 

 


From: Pull, Heino [mailto:[EMAIL PROTECTED]
Sent: Friday, August 26, 2005 7:38 AM
To: cli-users@httpd.apache.org
Subject: RE: [cli-users] System.OutOfMemoryException

 

This is a known bug in the 2.0 version of mod_aspdotnet.  If you pull the latest version out of CVS this is fixed.  

 

Heino R. Pull

Federated Software Group

 


From: Luis Fco. Ramirez Daza Glez. [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 25, 2005 10:04 PM
To: cli-users@httpd.apache.org
Subject: [cli-users] System.OutOfMemoryException

 

Hello

 

I have the following problem:

 

I have a page with a grid that is very large (>5000 records). It is a report, the user can select to print this info to a PDF or directly to the printer.

The problem is that when using Apache the memory grows and the following error is raised:

System.OutOfMemoryException

 

Using IIS the memory grows but so much, and we have no problem printing the report.

 

Memory usage when the page is opened:

IIS

Peak(Max) Working Set:            196,048 kb

Working Set:                             148,844 kb

Peak(Max) Private:                     177,840 kb

Private:                                     130,608 kb

 

Apache

Peak(Max) Working Set:            1,137,304 kb

Working Set:                             1,137,300 kb

Peak(Max) Private:                     1,122,216 kb

Private:                                     1,122,164 kb

 

As you can se the memory that IIS uses when creating the report is no more that 200,000 kb

The memory used by Apache grows to more than 1,100,000 kb.

 

Any help will be appreciated.

 

Luis

 

Reply via email to