> Does tomcat offer any mechanism for locking servlet executions? I think you are going to have to take care of this in your application code.
At first thought, I would create a class with synchronized static methods to do each of your processing tasks. That way, you are guaranteed only one method is executing at a time. You have to be careful to avoid deadlock so you better call the methods in a pre-set order. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your tomcat app on a CentOS VPS for only $25/month! Unmetered bandwidth, 7 day no risk trial, Google Checkout --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org