Re: [Webware-discuss] Webware times out on WebFaction Hosting service

2011-07-25 Thread Roger Haase




- Original Message -
From: Christoph Zwerschke c...@online.de
To: Discussion of Webware for Python including feedback and proposals. 
webware-discuss@lists.sourceforge.net
Cc: 
Sent: Sunday, July 24, 2011 11:08 PM
Subject: Re: [Webware-discuss] Webware times out on WebFaction Hosting service

Am 25.07.2011 00:36 schrieb Roger Haase:
 I have some progress. I think the WSGIAdapter.py has a bug -- I
 couldnot use a non-standard port on Ubuntu 11.04.

Just had a look and noticed that I actually removed the adapter.address 
file config option in r8114 on purpose, probably because you can do the 
same with WSGIAdapter.config. I just forgot to remove its mention in the 
docstring and had WSGIAdapter.config spelled wrong.

Not sure if I should remove it in the docstring now or reinclude the 
support for the adapter.address file. Do you think it's worthwile?

Note that I made some small fixes to the WSGIAdapter after 1.1b1, the 
current version is here:
http://svn.w4py.org/Webware/trunk/WebKit/Adapters/WSGIAdapter.py
But I don't think they have to do with your bad marshall data error.

Could you post a traceback of that error? I guess it's thrown somewhere 
in receiveDict. One possible problem could be that your WSGIAdapter.py 
file runs with a different Python version than your ThreadedAppServer.

-- Christoph

--

Thank you Christoph, the problem was indeed different Python versions.  All is 
working now.

Regarding the docstring and adapter.address file, I think the least confusing 
route would be to fix the docstring and add Host and AdapterPort lines to the 
WSGIAdapter.config (etc) files.

Thanks for your help!

Roger Haase

--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss


Re: [Webware-discuss] Webware times out on WebFaction Hosting service

2011-07-25 Thread Christoph Zwerschke
Am 25.07.2011 21:11 schrieb Roger Haase:
 Thank you Christoph, the problem was indeed different Python
 versions.  All is working now.

 Regarding the docstring and adapter.address file, I think the least
 confusing route would be to fix the docstring and add Host and
 AdapterPort lines to the WSGIAdapter.config (etc) files.

Ok, thanks for the feefback, it's already fixed in the trunk now.

If you have any other issues with 1.1b1 let me know since I plan
to release 1.1 final this weekend.

-- Christoph

--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss