Re: Tomcat vs Daemons

2008-11-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, [EMAIL PROTECTED] wrote: > In my code, I have a ServletContextListener (configured in web.xml or > similar file, don't remember exactly), so when the servlet context is > created it calls contextInitialized(ServletContextEvent). In this > fun

Re: Tomcat vs Daemons

2008-11-18 Thread removeps-groups
ll need to test it out. --- On Tue, 11/18/08, Christopher Schultz <[EMAIL PROTECTED]> wrote: > From: Christopher Schultz <[EMAIL PROTECTED]> > Subject: Re: Tomcat vs Daemons > To: "Tomcat Users List" > Date: Tuesday, November 18, 2008, 1:35 PM > -BEGIN P

Re: Tomcat vs Daemons

2008-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, Nathan Thatcher wrote: > I am porting an application from Windows to Linux which makes heavy use of > servlets. I have a fairly intensive background process (currently a windows > service) that requires no user interaction. I plan to rewrite t

Re: Tomcat vs Daemons

2008-11-18 Thread Kees Jan Koster
Dear Nate, I am porting an application from Windows to Linux which makes heavy use of servlets. I have a fairly intensive background process (currently a windows service) that requires no user interaction. I plan to rewrite the code in Java and I am wondering if there is any notable perfor

Tomcat vs Daemons

2008-11-18 Thread Nathan Thatcher
I am porting an application from Windows to Linux which makes heavy use of servlets. I have a fairly intensive background process (currently a windows service) that requires no user interaction. I plan to rewrite the code in Java and I am wondering if there is any notable performance difference bet