On Aug 4, 10:43 pm, Jonas <[EMAIL PROTECTED]> wrote: > OSE [1] is a framework for constructing general purpose applications, > distributed systems and web enabled services. > > Could OSE helps to Pylons to building distributed systems and let web > services easily? > > [1]http://ose.sourceforge.net/
OSE is just one of a number of options which might be used. It really depends on what you want to do. If all you are after is a way of initiating some job running in a back end process then you may possibly be better off just using a simpler server side process which supports XML-RPC. If however you truly need a system which is distributed across many processes and machines, which incorporates concepts of presence, publish/subscribe and request/ reply features, and where the bulk of the communications is actually between services within the backend system, with the web application only being a window into the system as a whole, then OSE may be more appropriate. In short, if your requirements are quite simple, then OSE may carry more weight than you need and adding the dependence on it may not be worth it. If your requirements are much more complicated and the additional features of OSE useful, plus having the ability to hook into processes containing services implemented in C++ as well as Python would be good, then OSE may be more suited. FWIW, other systems you may want to look at are Twisted and Pyro. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
