On Thu, 2004-05-13 at 17:15, James R. Phillips wrote:
> I'm using 0.8.1 on Win XP with Apache.  With the
> Webkit application.config options set as:
> 
>       'SessionStore':         'Dynamic'
>       'SessionTimeout':              60
>       'MaxDynamicMemorySessions': 10000
>       'DynamicSessionTimeout':        1
>       'SessionPrefix':             None
>       'IgnoreInvalidSession':         1
>       'UseAutomaticPathSessions':     1
>       'ExtraPathInfo'       :         0
> 
> I get an unhandled exception when Webkit attempts
> to read an expired session from disk.  If the
> Application.py method isSessionIdProblematic()
> had it's entire contents wrapped in
> 
> try:
>      [existing code]
> except:
>      return 1
> 
> then Webkit would work just fine in this case.
> 
>      James Phillips
>      http://zunzun.com
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: SourceForge.net Broadband
> Sign-up now for SourceForge Broadband and get the fastest
> 6.0/768 connection for only $19.95/mo for the first 3 months!
> http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss

What type of error are you getting?
I'm asking because I'm trying to diagnose a problem that I've been
noticing on a machine where all of the python processes will suddenly
die. The only reporting that I can get is that an 
IOError: [errno 4] Interrupted function call
happens.

Any chance that this is the error that you were getting as well (and
thus, the solution to my problem)?

David London




-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to