I need to write some software that runs as a background process. It needs to keep a database connection pool and a socket connection open to a remote server. The idea is a java method is called by a perl script that accesses the database, iterates over the results, then creates a new thread to send some information to the remote server for each of the results.
Is this something that can be hadled by Avalon? Can I call methods on a class that is loaded by Avalon? Is there a simple way to do this? I have a lot more experience with Tomcat and Struts that writing server applications, so I'm not sure whether I'm opening up a can of worms here. Kim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
