yes i believe you can. Tomcat uses multithreading... so you can make it so only 1 thread can access certain code at once.. using synchronized blocks of code
I think you can do what you want, although im no expert on threads. Best to look up google for some example code --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
