Bugs item #469461, was opened at 2001-10-09 01:29
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=469461&group_id=4866

Category: None
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: AppServer hangs after 10 requests

Initial Comment:
Symptom:
When running WebKit 0.5 on my Linux 2.2 / Python 2.2a3
system 'out of the box' the AppServer refuses to
process more than 10 requests.

Reason:
Each of the 10 threads created at start-up only handles
one request and then exits due to an unhandled
exception 'AttributeError' raised in transaction.die().

I am new to Python but it seems that it's not possible
to call delattr() on 'Class Attributes' or methods and
dir() returns those as well in 2.2a3.

A workaround is to just 'handle' the exception, ie.:
 try: delattr(self, attrName)
 except AttributeError: pass

Cheers,
Peter

----------------------------------------------------------------------

>Comment By: Stuart Donaldson (stuartd)
Date: 2003-01-15 11:39

Message:
Logged In: YES 
user_id=326269

This appears to no longer be an issue with the pre-0.8 release.
If this problem still exists, please open a new bug.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=469461&group_id=4866


-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate 
is essential in establishing user confidence by providing assurance of 
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to