We have a workflow domino sever. we are running http task for accessing application in the web. There are 2000 users are there in this server .All are web users only . The issue is i am not able to open web page in the browser even http task is running. The average users online is 100 users. I am running 15 applications(workflow) in the server. I have 5 amgr executives. Whenever the issue comes i cannot restart the http task also, Because it take more than 30 minutes to drop all the http sessions . i never wait for that much time. So all time i restarted the server.
Please suggest me .
Reagards,
Wilson
Subject: http task is running but webpage not opening
If it shows up once in a while, what are the stats for io, memory and diskspace? Maybe it lies in the underlying OS.
Subject: http task is running but webpage not opening
The number of agent managers doesn’t matter at all for agents called from the web. They are handled by http.
Still not sure, what exactly your problem is. If this is a server for web access only, I assume that it is working in general, and that the problem is only intermittent. If you say, that you cannot open a web page, does it mean everybody else can, or in fact, nobody can open a page anymore?
Are you running web agents concurrently? You definitely should in this environment.
As Bart suggested already, you really should look at the other stats available to try and figure out what the bottleneck really is. Not so long ago, we used a perl script to send emails when users submitted a contact form. This setup was pretty much historic, because the site was originally a set of static html pages, created by a third-party content management system. Once in a while, http would come to a halt with a number of http sessions from that script, which the Domino server couldn’t terminate. Never managed to find a solutions (this was on Linux though), but jut replaced the perl script with a Domino agent …