> 2. Multi-threaded.  Although the global interpreter lock may prevent 
> scaling on SMP machines (hence twisteds async), I've found the 
> performance to be superb in my experience.  It is very responsive while 
> handling simultaneous requests.

Note that Twisted's async doesn't scale on SMP machines either.
Only multiple processes will scale.

> So back to my question.  Is Webware intended to be a webservices 
> (web/xmlrpc/soap) app server?  If not why?  I understand it is not like 
> twisted, supporting every protocol under the sun.  It should not be.  I 
> think it should stay with http based protocols.  But why not support 
> them all?  If the glove fits.

Sure -- I think Webware makes a great web services app server.  My company
uses it to serve Pickle-RPC and we used to use XML-RPC.  It would be great if
it supported SOAP -- it's just that nobody has done the work.

- Geoff


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to