<?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-1280594010967081625.post2781344724210763064..comments</id><updated>2008-11-03T09:18:58.513-05:00</updated><title type='text'>Comments on Hacking Thought Blog: WSGI Async Framework</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.hackingthought.com/feeds/2781344724210763064/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default'/><link rel='alternate' type='text/html' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html'/><author><name>Lateef Jackson</name><uri>http://www.blogger.com/profile/10815442680804512030</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1280594010967081625.post-5414045521691889656</id><published>2008-11-03T09:18:00.000-05:00</published><updated>2008-11-03T09:18:00.000-05:00</updated><title type='text'>hi, Sorry for disturbance. you should have your an...</title><content type='html'>hi, &lt;BR/&gt;&lt;BR/&gt;Sorry for disturbance. &lt;BR/&gt;you should have your answers here: http://william-os4y.livejournal.com/5726.html</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/5414045521691889656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/5414045521691889656'/><link rel='alternate' type='text/html' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html?showComment=1225721880000#c5414045521691889656' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html' ref='tag:blogger.com,1999:blog-1280594010967081625.post-2781344724210763064' source='http://www.blogger.com/feeds/1280594010967081625/posts/default/2781344724210763064' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1280594010967081625.post-6722669798635244468</id><published>2008-10-24T09:19:00.000-04:00</published><updated>2008-10-24T09:19:00.000-04:00</updated><title type='text'>If you drop me an email I can send you the pylons ...</title><content type='html'>If you drop me an email I can send you the pylons project however let me give you as much as I can here.&lt;BR&gt;&lt;BR/&gt;First I added a run.py in the same directory as the config.ini. This code is below.&lt;BR/&gt;&lt;B&gt;&lt;BR/&gt;import os&lt;BR/&gt;from paste.deploy import loadapp&lt;BR/&gt;config_path = os.path.abspath(os.path.dirname(__file__))&lt;BR/&gt;path = '%s/%s' % (config_path, 'development.ini')&lt;BR/&gt;application = loadapp('config:%s' % path)&lt;BR/&gt;&lt;BR/&gt;import _evhttp as evhttp&lt;BR/&gt;from fapws2 import base&lt;BR/&gt;import sys&lt;BR/&gt;sys.setcheckinterval=100000 # since we don't use threads, internal checks are no more required&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;def start():&lt;BR/&gt;    evhttp.start("0.0.0.0", 8080)&lt;BR/&gt;    &lt;BR/&gt;    evhttp.set_base_module(base)&lt;BR/&gt;    &lt;BR/&gt;    evhttp.gen_http_cb(application)&lt;BR/&gt;        &lt;BR/&gt;    evhttp.event_dispatch()&lt;BR/&gt;    &lt;BR/&gt;&lt;BR/&gt;if __name__=="__main__":&lt;BR/&gt;    start()&lt;BR/&gt;&lt;/B&gt;&lt;BR/&gt;&lt;BR/&gt;I have been having issues with it loading index.html. But I have been able to load other static files like images and stuff so not sure what that is all about. I was able to add things to routes and that seems to work. Again if you sling me an email I can email hello world pylons I did.&lt;BR/&gt;I can no longer get ahold of William the maintainer of FAWPS his email doesn't work for me anymore. So I don't know how much I can help my code checkout of FAPWS2 is a couple months old. However I did contrib a bit of code so I know the project code pretty well and could probably do some amount of support.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/6722669798635244468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/6722669798635244468'/><link rel='alternate' type='text/html' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html?showComment=1224854340000#c6722669798635244468' title=''/><author><name>Lateef Jackson</name><uri>http://www.blogger.com/profile/10815442680804512030</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16661889932681227613'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html' ref='tag:blogger.com,1999:blog-1280594010967081625.post-2781344724210763064' source='http://www.blogger.com/feeds/1280594010967081625/posts/default/2781344724210763064' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1280594010967081625.post-1249156079180048813</id><published>2008-10-23T22:21:00.000-04:00</published><updated>2008-10-23T22:21:00.000-04:00</updated><title type='text'>Whao, this is the most mind-blowingly fast reply I...</title><content type='html'>Whao, this is the most mind-blowingly fast reply I've ever had! :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/1249156079180048813'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/1249156079180048813'/><link rel='alternate' type='text/html' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html?showComment=1224814860000#c1249156079180048813' title=''/><author><name>Jerry Ji</name><uri>http://www.blogger.com/profile/16701891732321881279</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html' ref='tag:blogger.com,1999:blog-1280594010967081625.post-2781344724210763064' source='http://www.blogger.com/feeds/1280594010967081625/posts/default/2781344724210763064' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1280594010967081625.post-4365645718704369497</id><published>2008-10-23T21:50:00.000-04:00</published><updated>2008-10-23T21:50:00.000-04:00</updated><title type='text'>Jerry,This was back in the days of FAWPS1 days. Ho...</title><content type='html'>Jerry,&lt;BR/&gt;This was back in the days of FAWPS1 days. However I will find the config see if I can get it working with FAWPS2. Give me till end of day on Oct 24.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/4365645718704369497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/4365645718704369497'/><link rel='alternate' type='text/html' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html?showComment=1224813000000#c4365645718704369497' title=''/><author><name>Lateef Jackson</name><uri>http://www.blogger.com/profile/10815442680804512030</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16661889932681227613'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html' ref='tag:blogger.com,1999:blog-1280594010967081625.post-2781344724210763064' source='http://www.blogger.com/feeds/1280594010967081625/posts/default/2781344724210763064' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1280594010967081625.post-8295242834478113341</id><published>2008-10-23T21:43:00.000-04:00</published><updated>2008-10-23T21:43:00.000-04:00</updated><title type='text'>Hi Jackson,I've been pulling my hair to run my Pyl...</title><content type='html'>Hi Jackson,&lt;BR/&gt;&lt;BR/&gt;I've been pulling my hair to run my Pylons application under FAWPS2, could you please share your FAWPS(2) configuration for Pylons?&lt;BR/&gt;&lt;BR/&gt;Many thanks!&lt;BR/&gt;&lt;BR/&gt;Jerry</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/8295242834478113341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/8295242834478113341'/><link rel='alternate' type='text/html' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html?showComment=1224812580000#c8295242834478113341' title=''/><author><name>Jerry Ji</name><uri>http://www.blogger.com/profile/16701891732321881279</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html' ref='tag:blogger.com,1999:blog-1280594010967081625.post-2781344724210763064' source='http://www.blogger.com/feeds/1280594010967081625/posts/default/2781344724210763064' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1280594010967081625.post-9061898974273578536</id><published>2008-08-08T09:17:00.000-04:00</published><updated>2008-08-08T09:17:00.000-04:00</updated><title type='text'>I am not sure how well Ruby supports async. It wou...</title><content type='html'>I am not sure how well Ruby supports async. It would be fine if most of your request are handled by memchache but there are not a lot of database storage systems that can handle async web server. &lt;A HREF="http://wiki.zope.org/ZODB/ZEO2" REL="nofollow"&gt;ZODB&lt;/A&gt; is supposed to have some support. I look forward to the day that a storage system can keep up with async web server.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/9061898974273578536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/9061898974273578536'/><link rel='alternate' type='text/html' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html?showComment=1218201420000#c9061898974273578536' title=''/><author><name>Lateef Jackson</name><uri>http://www.blogger.com/profile/10815442680804512030</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16661889932681227613'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html' ref='tag:blogger.com,1999:blog-1280594010967081625.post-2781344724210763064' source='http://www.blogger.com/feeds/1280594010967081625/posts/default/2781344724210763064' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1280594010967081625.post-871628013434031160</id><published>2008-08-07T01:06:00.000-04:00</published><updated>2008-08-07T01:06:00.000-04:00</updated><title type='text'>I assume FAWPS just does the front end web serving...</title><content type='html'>I assume FAWPS just does the front end web serving?  That's pretty rockin' speed-wise.  I'm always jealous of Python apps that can cook whereas my Ruby apps...well they try.  Hopefully with some asynchronity in there it will begin to work better.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/871628013434031160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1280594010967081625/2781344724210763064/comments/default/871628013434031160'/><link rel='alternate' type='text/html' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html?showComment=1218085560000#c871628013434031160' title=''/><author><name>mormon</name><uri>http://famousmormons.net/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.hackingthought.com/2007/05/wsgi-async-framework.html' ref='tag:blogger.com,1999:blog-1280594010967081625.post-2781344724210763064' source='http://www.blogger.com/feeds/1280594010967081625/posts/default/2781344724210763064' type='text/html'/></entry></feed>