I've been working on Python IMAP server that uses PyLucene for indexing. It's mainly IMAP, but also speaks a bit of HTTP for an administrative interface. Does it make any sense to wrap it with WSGI? That is, does WSGI make sense for other protocols than HTTP (specifically IMAP)?
And, what WSGI-supporting environments will also support PyLucene (the limiting factor is that the GCJ runtime has to be linked in, and all threads must be GCJ threads). Bill _______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com