Increase Http Response

I have a database (workFlow DB) with 174000 documents, I have a problem when I open the View (in WEB), my httpd process use 99% of CPU and I wait for about 5 minutes.Some Of you can help me?

I use the www.drcc.com resource inigen and i modify mu notes.ini but i do not increase the performance.

Subject: Increase Http Response

Are you trying to display the entire 174,000 entries in web view in one time?

In that view, is there any dynamic generated column causing the server to refresh the view everytime it’s open?

Subject: RE: Increase Http Response

Yes I Open in one Time, but in my Server Configuration ther is a limit of 1000 documents in page of 30 documents.

There are not calculate columns.

Can you help me?

Subject: RE: Increase Http Response

Does it take just as long to open the same view in Notes?

Subject: RE: Increase Http Response

NO in notes it is immediate!

Subject: RE: Increase Http Response

That’s strange. Is this view in an $$ViewTemplate form or page? If a view is opened, then it should be fast in display in Notes or Web.

Also, are you displaying the view in java applent or straight HTML code?

Also, are you coding any HTML tags in the column are just a striaght column value display?

Subject: RE: Increase Http Response

I display the view in HTML!I have a $$ViewTemplateDefault, in the view ther is not HTML TAG,

i use only same fomulas like this “@Right(@Left(INITIATOROS;”/“);”=“)”,

the problem is the same for all view!

If you what i have a MSN or Yahoo or AOL account!

MSN temabon@hotmail.com

AOL temabon

Yahoo 297565827

Subject: RE: Increase Http Response

See if you can temporary remove $$ViewTemplateDefault and let Domino display the view natively.

Subject: Increase Http Response

Try opening the view directly.

Also try opening it directly using the java applet and see how performance is there.