<Refining Request for Help>
We need to have this running in a servlet as we are working in a high available
context and that way we could rely on the JSP Engine to provide the servlet
under any circumstances. We could of course create such processes outside but
woul dhave to implement some kind of task manager / watchdog to be HA again :o(

</Refining>

<A HREF="mailto:[EMAIL PROTECTED]">I know how to help ya :o)</a>

help me PLEASE

ET

"Lacerda, Wellington (AFIS)" wrote:

> Hi Thomas,
>
> The servlet spec doesn't require the servlet container maintains the
> servlets active all the time. Each vendor can implement that or not the way
> it finds better. It doesn't seem you need a servlet for that...if you're
> listening several different ports (not through the container) it seems more
> adequate to work in a common network oriented java class (sort of Java-based
> server). Probably you don't use HTTP to communicate through those different
> ports ?
>
> Wellington
>

Reply via email to