[modwsgi] Re: mod_wsgi

2010-06-01 Thread Graham Dumpleton
On 1 June 2010 15:58, Jason Caldwell jason.caldw...@me.com wrote: Got it installed... was a good guess apt-get install libapach2-mod-wsgi... looking over your link now.  Would really like to test and compare performance between fcgi and wsgi.  Just trying to make sense of it all {wink}.

[modwsgi] Re: mod_wsgi

2010-06-01 Thread Graham Dumpleton
On 1 June 2010 16:16, Jason Caldwell jason.caldw...@me.com wrote: HOLY SHIT! Good, just use the mailing list next time. :-) You absolutely rock!  Got it working w/ your sample code myapp.wsgi -- ab is off the charts: Server Software:        Apache/2.2.11 Server Hostname:        localhost

[modwsgi] Re: mod_wsgi

2010-06-01 Thread gert
I hate frameworks too, and i do like py3 So i make websites like this http://code.google.com/p/appwsgi/ Just run the server script http://appwsgi.googlecode.com/files/server.py ,thats it browser will open automaticly. wsgi platforms make your life easier, don't have to worry about performance or

[modwsgi] mod_wsgi -- apache2 and ipv6

2010-06-01 Thread viper
I'm running mod_wsgi under my virtual server provider (VSP), running apache2 and python 2.6.2. Everything was installed (apache2, mod_python and python) via my package-manager (apt-get.) My VSP runs everything over ipv6 to ipv4. Running 'ab' against my server locally (via shell) apache2

Re: [modwsgi] mod_wsgi -- apache2 and ipv6

2010-06-01 Thread Graham Dumpleton
On 2 June 2010 13:35, viper jscne...@gmail.com wrote: I'm running mod_wsgi under my virtual server provider (VSP), running apache2 and python 2.6.2.  Everything was installed (apache2, mod_python and python) via my package-manager (apt-get.)  My VSP runs everything over ipv6 to ipv4.  Running

Re: [modwsgi] mod_wsgi -- apache2 and ipv6

2010-06-01 Thread Deron Meranda
On Tue, Jun 1, 2010 at 11:35 PM, viper jscne...@gmail.com wrote: I'm running mod_wsgi under my virtual server provider (VSP), [...] everything over ipv6 to ipv4. [...]  I ruled out 'iptables'. My question is (and perhaps if it pertains only to apache2 or python, please feel free to post): I

[modwsgi] Re: mod_wsgi -- apache2 and ipv6

2010-06-01 Thread viper
Thanks Graham -- Ran it against a static page -- same performance. Did a traceroute and the hops are pretty slow, and there are many of them. This is certainly the issue, don't know why I didn't think of that earlier (being a network engineer and all.) On Jun 1, 8:43 pm, Graham Dumpleton

[modwsgi] Re: mod_wsgi -- apache2 and ipv6

2010-06-01 Thread viper
Hi Deron -- Thanks for the reply. See my reply to Graham. Btw: Love the photography ! On Jun 1, 9:52 pm, Deron Meranda deron.mera...@gmail.com wrote: On Tue, Jun 1, 2010 at 11:35 PM, viper jscne...@gmail.com wrote: I'm running mod_wsgi under my virtual server provider (VSP), [...]