On Sun, 24 Feb 2002 03:36, Emperor wrote: > I started developing my asynchronous connection manager. I think the > first implementation will use NBIO.
excellent. > As I'm pretty new to avalon I don't really know how to implement a > manager. I don't really understand the blocks/services split up in the > cornerstone source. or is this deprecated? which interfaces should my > manager include? the services.* hierarchy is all the classes and interfaces that your code needs to import if it is to use a particular service. While the block.* hierarchy is implementations of the various services. > I need some threads for the manager... how do I retrieve an instance? is > it the best way to implement multithreading? Well you can use the ThreadManager service (from cornerstone) which contains a set of ThreadPools. Not sure if thats what you are asking. -- Cheers, Pete *---------------------------------------------------------* | Programming today is a race between software engineers | | striving to build bigger and better idiot-proof | | programs,and the universe trying to produce bigger and | | better idiots. So far, the universe is winning. | | - Richard Cook | *---------------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
