> -----Original Message----- > From: Leandro Rodrigo Saad Cruz [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 06, 2004 2:15 PM > To: Avalon framework users > Subject: Re: Developing a multi-threaded java server > > > Are there any blocks/components that handle connections, threads, etc ? > Where can I find them ?
Yep. See: http://avalon.apache.org/components/components/threads.html Cornerstone is the (older) name of the Avalon components library. Cornerstone threads provides Avalon blocks for thread pools and other thread-related utilities. One of the tutorials that is still in "beta" shape is a very simple web server which uses these blocks. You can see the code in our SVN repository: http://cvs.apache.org/viewcvs.cgi/avalon/trunk/planet/tutorials/simple-web/? root=Apache-SVN or check it out via SVN from: https://svn.apache.org/repos/asf/avalon/trunk/planet/tutorials/simple-web/ J. Aaron Farr SONY ELECTRONICS STP SYSTEMS (724) 696-7653 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
