Hi,
We’re a school running a collection of Notes DBs such that each course is its own database and there is a web portal that displays the news information specific to a particular student from all the courses he/she is registered in.
The way that is displayed is through a collection of fields using @DbColumn to lookup the news from the views respective course DBs.
We’ve recently encountered a problem in which the server crashed due to multiple sessions that simultaneously remaining open. Since it was at a time when activity is expected to be sparse and it automatically repeated itself (in the log) every 2 minutes, we suspect it’s caught in a loop.
Any help would be greatly appreciated.
Here is a sample of the messages:
09/17/2003 09:47:17 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [132119] GET /activecourses/commerceportal/commerce.nsf/CourseAnnounce?OpenForm HTTP/1.1
09/17/2003 09:47:17 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [132240] GET /activecourses/commerceportal/commerce.nsf/CourseAnnounce?OpenForm HTTP/1.1
09/17/2003 09:47:17 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [130269] GET /activecourses/commerceportal/commerce.nsf/CourseAnnounce?OpenForm HTTP/1.1
09/17/2003 09:47:17 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [130405] GET /activecourses/commerceportal/commerce.nsf/CourseAnnounce?OpenForm HTTP/1.1
09/17/2003 09:47:17 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [132422] GET /activecourses/commerceportal/commerce.nsf/CourseAnnounce?OpenForm HTTP/1.1
09/17/2003 09:47:17 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [130584] GET /activecourses/commerceportal/commerce.nsf/CourseAnnounce?OpenForm HTTP/1.1