Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-16 Thread Niphlod
ps. I though windows support is available from 1.9 meant that 1.9-rc2 had it. Retrying asap (PS: first build under windows in my entire life ^_^) On Saturday, March 16, 2013 5:44:32 AM UTC+1, Roberto De Ioris wrote: me neither. My attempts to build 1.9 rc2 under cygwin fail miserably in

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-16 Thread Niphlod
so. Build runs fine now. Something is missing or my cygwin installation (fresh one) is missing some bits https://www.dropbox.com/s/9u8xz0yhfjsed0e/uwsgi.txt -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-16 Thread Roberto De Ioris
so. Build runs fine now. Something is missing or my cygwin installation (fresh one) is missing some bits https://www.dropbox.com/s/9u8xz0yhfjsed0e/uwsgi.txt you need to rebaseall the cygwin installation: http://cygwin.wikia.com/wiki/Rebaseall (smashed my head over that kind of

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-16 Thread Niphlod
oh. That took nearly 2 seconds (and was nice to know, thanks Roberto). Although I feel dirty in the process (guess being among the first ones kinda leads to dirtyness), now web2py is running on windows under uwsgi just fine! The second someone more skilled in cygwin related businesses

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-16 Thread David Marko
Can you share uwsgi binary please? Dne sobota, 16. března 2013 10:21:15 UTC+1 Niphlod napsal(a): oh. That took nearly 2 seconds (and was nice to know, thanks Roberto). Although I feel dirty in the process (guess being among the first ones kinda leads to dirtyness), now web2py is running on

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-16 Thread Niphlod
I don't think that the binary that came out is runnable outside the cygwin env ... and I really don't know what are all the dll involved. Anyway, it's https://www.dropbox.com/s/gbrojey9ncj1e8i/uwsgi.exe On Saturday, March 16, 2013 10:48:53 AM UTC+1, David Marko wrote: Can you share uwsgi

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-16 Thread Roberto De Ioris
I don't think that the binary that came out is runnable outside the cygwin env ... and I really don't know what are all the dll involved. Anyway, it's https://www.dropbox.com/s/gbrojey9ncj1e8i/uwsgi.exe Basically it should work in every system with the cygwin libraries used to compile this

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-15 Thread Michele Comitini
Roberto, Where is the OT?? Thanks for keeping us informed on uWSGI: a must have for web2py users! mic 2013/3/15 Niphlod niph...@gmail.com: I was missing the windows build option totally If speeds between unix and Windows are at least on the same scale it can solve the

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-15 Thread Roberto De Ioris
I was missing the windows build option totally If speeds between unix and Windows are at least on the same scale it can solve the mother-of-all-issues of windows deployments of python apps without using apache or iis. I was not able to make some serious benchmark as all of the windows

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-15 Thread Niphlod
I'll try to build it in the weekend and test it out: I didn't read the fine prints of the uwsgi license but for all the intranet kind of apps where the included webserver can start to show its limits we could potentially download the latest stable windows binary and mount web2py on it.

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-15 Thread David Marko
Are there issues with using(on Windows) Apache HTTP + mod_wsgi see the windows builds here http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi ? -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-15 Thread Niphlod
I assume there aren't, but that is not a setup I'd put up for an intranet to publish an app used by 50 users. Apache on unix is somewhat fatty , on windows it gets really soon to unbereable. Config directives are a sysadmin thing (I'm not against it, it just doesn't feel natural). That being

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-15 Thread David Marko
Yes nginx is my favourite too, being from czech republic, we are closer to russia :-) ... but it really requires stable build of uwsgi for windows not only some home-made. Would appreciate hearing any results ... Dne pátek, 15. března 2013 14:27:03 UTC+1 Niphlod napsal(a): I assume there

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-15 Thread Michele Comitini
I am no win32 expert (and btw I hope I will never need to be one), but there are much better alternatives to select: http://msdn.microsoft.com/en-us/library/ms681951(VS.85).aspx mic 2013/3/15 Roberto De Ioris robe...@unbit.it: I was missing the windows build option totally If speeds

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-15 Thread Niphlod
me neither. My attempts to build 1.9 rc2 under cygwin fail miserably in a uWSGI compiling server core *** [gcc] core/utils.o In file included from core/utils.c:1:0: ./uwsgi.h:297:23: fatal error: sys/event.h: No such file or directory compilation terminated.* error I guess I'll wait for a

Re: [web2py] Re: [OT] uWSGI quickstart for Web2Py (works on windows too)

2013-03-15 Thread Roberto De Ioris
me neither. My attempts to build 1.9 rc2 under cygwin fail miserably in a uWSGI compiling server core *** [gcc] core/utils.o In file included from core/utils.c:1:0: ./uwsgi.h:297:23: fatal error: sys/event.h: No such file or directory compilation terminated.* error I guess I'll wait