<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2363643920942057324.post3855201164690597492..comments</id><updated>2011-12-08T17:03:37.617+11:00</updated><category term='apache'/><category term='mod_python'/><category term='fastcgi'/><category term='web2py'/><category term='mod_wsgi'/><category term='django'/><category term='python'/><category term='nginx'/><category term='wsgi'/><category term='pycon'/><category term='new relic'/><title type='text'>Comments on Graham Dumpleton: Commodity shared hosting and mod_wsgi.</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.dscpl.com.au/feeds/3855201164690597492/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2363643920942057324/3855201164690597492/comments/default'/><link rel='alternate' type='text/html' href='http://blog.dscpl.com.au/2007/07/commodity-shared-hosting-and-modwsgi.html'/><author><name>Graham Dumpleton</name><uri>http://www.blogger.com/profile/13609779138164842374</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2363643920942057324.post-888056898994345102</id><published>2007-09-06T09:05:00.000+10:00</published><updated>2007-09-06T09:05:00.000+10:00</updated><title type='text'>As the processes handling the WSGI application req...</title><summary type='text'>As the processes handling the WSGI application requests are persistent between requests and one wouldn't typically need to be restarting them that often, there wouldn't probably be that much benefit from trying to freeze or pickle the idle process.&lt;BR/&gt;&lt;BR/&gt;That said, it doesn't mean that specific WSGI applications couldn't use such techniques for data within their scope of control. But then more</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2363643920942057324/3855201164690597492/comments/default/888056898994345102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2363643920942057324/3855201164690597492/comments/default/888056898994345102'/><link rel='alternate' type='text/html' href='http://blog.dscpl.com.au/2007/07/commodity-shared-hosting-and-modwsgi.html?showComment=1189033500000#c888056898994345102' title=''/><author><name>Graham Dumpleton</name><uri>http://www.blogger.com/profile/13609779138164842374</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='06276936539328058414'/><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.dscpl.com.au/2007/07/commodity-shared-hosting-and-modwsgi.html' ref='tag:blogger.com,1999:blog-2363643920942057324.post-3855201164690597492' source='http://www.blogger.com/feeds/2363643920942057324/posts/default/3855201164690597492' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-19731307'/></entry><entry><id>tag:blogger.com,1999:blog-2363643920942057324.post-1288507859765790361</id><published>2007-09-06T02:49:00.000+10:00</published><updated>2007-09-06T02:49:00.000+10:00</updated><title type='text'>Can something like freezing or pickling the idle P...</title><summary type='text'>Can something like freezing or pickling the idle Python process make start up times faster than shutting down/starting up? I bet it won't only be faster but will put less load on the machine.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2363643920942057324/3855201164690597492/comments/default/1288507859765790361'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2363643920942057324/3855201164690597492/comments/default/1288507859765790361'/><link rel='alternate' type='text/html' href='http://blog.dscpl.com.au/2007/07/commodity-shared-hosting-and-modwsgi.html?showComment=1189010940000#c1288507859765790361' title=''/><author><name>Ahmad Alhashemi</name><uri>http://www.blogger.com/profile/00892938615282274236</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.dscpl.com.au/2007/07/commodity-shared-hosting-and-modwsgi.html' ref='tag:blogger.com,1999:blog-2363643920942057324.post-3855201164690597492' source='http://www.blogger.com/feeds/2363643920942057324/posts/default/3855201164690597492' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1357057230'/></entry><entry><id>tag:blogger.com,1999:blog-2363643920942057324.post-3380606588590386791</id><published>2007-08-10T21:13:00.000+10:00</published><updated>2007-08-10T21:13:00.000+10:00</updated><title type='text'>Trying to get Zope/Plone to run on top of mod_wsgi...</title><summary type='text'>Trying to get Zope/Plone to run on top of mod_wsgi is something I haven't tried, so if you get it working please let me know via the mod_wsgi Google group. Would love to include a recipe on the site for how to configure mod_wsgi for Zope.&lt;BR/&gt;&lt;BR/&gt;As far as any help I need, that information on Zope would be good in itself. Everything else is more or less under control at this stage.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2363643920942057324/3855201164690597492/comments/default/3380606588590386791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2363643920942057324/3855201164690597492/comments/default/3380606588590386791'/><link rel='alternate' type='text/html' href='http://blog.dscpl.com.au/2007/07/commodity-shared-hosting-and-modwsgi.html?showComment=1186744380000#c3380606588590386791' title=''/><author><name>Graham Dumpleton</name><uri>http://www.blogger.com/profile/13609779138164842374</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='06276936539328058414'/><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.dscpl.com.au/2007/07/commodity-shared-hosting-and-modwsgi.html' ref='tag:blogger.com,1999:blog-2363643920942057324.post-3855201164690597492' source='http://www.blogger.com/feeds/2363643920942057324/posts/default/3855201164690597492' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-19731307'/></entry><entry><id>tag:blogger.com,1999:blog-2363643920942057324.post-2744203504054687794</id><published>2007-08-08T09:07:00.000+10:00</published><updated>2007-08-08T09:07:00.000+10:00</updated><title type='text'>Graham,&lt;br&gt;&lt;br&gt;It seems that for several years, th...</title><summary type='text'>Graham,&lt;BR/&gt;&lt;BR/&gt;It seems that for several years, the whole Python community has been searching for a way to make Python web applications as easy to host as PHP applications.  I think you and the WSGI inventors may have found the solution.  If everything works out, before long we'll finally see inexpensive web hosts offer WSGI support.  That will be a great accomplishment!&lt;BR/&gt;&lt;BR/&gt;Other than </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2363643920942057324/3855201164690597492/comments/default/2744203504054687794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2363643920942057324/3855201164690597492/comments/default/2744203504054687794'/><link rel='alternate' type='text/html' href='http://blog.dscpl.com.au/2007/07/commodity-shared-hosting-and-modwsgi.html?showComment=1186528020000#c2744203504054687794' title=''/><author><name>hathawsh</name><uri>http://www.blogger.com/profile/17049292546013177987</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.dscpl.com.au/2007/07/commodity-shared-hosting-and-modwsgi.html' ref='tag:blogger.com,1999:blog-2363643920942057324.post-3855201164690597492' source='http://www.blogger.com/feeds/2363643920942057324/posts/default/3855201164690597492' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1833178219'/></entry></feed>
