> Have people actually used Twisted to write SQL-driven web applications?  Did
> they use threads?  How was the experience overall?

I work on a web app that uses Twisted and ZODB.

DB queries (IndexedCatalog) are not a problem yet.
I plan two versions, for desktop, and for the internet
(multiuser) use.
I believe Twisted async model will work out very well
for the desktop, I cannot yet say yet about the internet release.

I use HTTP, XML-RPC, FTP, and plan to add IM features. Therefore
Twisted is a killer-app for my project.

I tried to use Webware, but didn't like it at all. *Kits
are confusing. Directory structure detto. Deployment by Twisted
is simple, you only install twisted, and start your app.
Webware requires it's own directory, a bit of configuration
is needed, I think this is completely different league.

regards,
Michal



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to