> Hi, > > Just out of curiousity. There not really a practical usecase for it. > > I have a poject with nginx / uwsgi / django > > Sometimes I'd like to run tests or demos on a windows host. > > > what I could do today is: > > nginx (cygwin) / fastcgi / django > > out of curiosity I wanted to know whether there is a program (windows / > cygwin), that nginx can connect to via uwsgi and that can serve a > django project. > > > The only reason why I would be interested in this is, that I could > keep the same nginx config file for the real and the server setup > > At the moment the django code does not use any specific uwsgi features > >
Sadly, without sponsorship (read: money) would be impossibile to make such a big work (i suppose at least 25% of the code must be adapted or totally reimplementd for the win32 api). In addition to this uWSGI make an extreme use of fork() copy on write. How to deal with this ? -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
