> Hello Roberto, > > check this project Roberto http://mongrel2.org/home > > it's based on ZMQ what you already know )) it allow you to write > applications on any language, so this web server is fully language > agnostic
Yes, i know it very well :) It uses another layer (applications are not embedded as uWSGI but lives in their process and communicate via socket) that is a thing i want to avoid. My objective is to allow full language inter-operation in the same process. (no socket involved, maximum performance and inter-operation) Fortunately in the current uWSGI code, this is starting to became simple as having removed all the python code from the core it is now only a matter of adding uwsgi api to the various plugins. And having a sharedarea, a spooler and a caching framework (that i have forgot to commit :P ) fully language agnostic should be enough for every case. I have already a test app in perl/psgi that write html page to the uwsgi cache and a python one that retrieves it. > -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
