Jan Algermissen wrote: > Gregg, I meant the program flow of the client, because tha needs to > listen for > the event, interupt the main application thread (or whatever) etc. > The connector > implementation in not the complex thing....tere are libraries for it anyhow.
Languages with real concurrency support don't provide much of a barrier for the programmer to accomplish this. I realize that good threading models are not everywhere. This is one of the reasons why I choose Java currently for such types of applications. It's threading model and especially the new features in java.util.concurrent for JDK1.5 make concurrency a stroll through the park, if you've studied computer science topics related to concurrency. Gregg Wonderly ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/NhFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/service-orientated-architecture/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
