A
amit
I have a free bsd server running jserv. It has a servlet running which
receives requests from websites. Now, there is a javscript on the
website which contacts the servlet running on the server every 5
seconds to tell the server that the user is there. Whenever there is a
new person, the server creates a new session. Now I have only this
running and i have noticed that the max cpu usage is reached to 20% of
java and lot of memory is free. Inspite of this jserve keeps booting
sometimes every half hour, sometimes every hour and calls the init of
all the servlet and hence leads to disruption of the service. If
anybody has idea about jserve settings, please advice what can be
changed to avoid these bootups.
Amit
receives requests from websites. Now, there is a javscript on the
website which contacts the servlet running on the server every 5
seconds to tell the server that the user is there. Whenever there is a
new person, the server creates a new session. Now I have only this
running and i have noticed that the max cpu usage is reached to 20% of
java and lot of memory is free. Inspite of this jserve keeps booting
sometimes every half hour, sometimes every hour and calls the init of
all the servlet and hence leads to disruption of the service. If
anybody has idea about jserve settings, please advice what can be
changed to avoid these bootups.
Amit