[Webware-devel] Application.py rewrite

2003-03-19 Thread Ian Bicking
I've commited the changes to Application.py.  It's a rewrite of a large
portion of Application.  I'm mostly tried to move code out of
Application and into other classes (the transaction, request, and the
new URLParsers).

I've put in doc strings.  There might be a lack of overview
documentation, i.e., how everything fits together.  I'll try to rewrite
the Anatomy document with the changes.  But maybe it won't be too hard
to understand.

For fun new URL features, see URLParser.FileParser.parseInit, or
URLParser.FileParser.URLParameterParser.

To further decentralize Application/AppServer, I'd like to move
configuration out of the monolithic Application.config, but I still
haven't quite decided what that would look like (I like YAML, though).

  Ian




---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel


[Webware-devel] Custom Error Page

2003-03-19 Thread Russell von Blank
I do not mean to ask the question a second time, but I have looked over the
existing documentation and have not discovered any reference to customizing
the error page.  I can change the code inside webkit, but then that would
have to be adjusted everytime there is a new release, etc.  Is there a
"standard" way to implement a custom error page through inheritence?

This information would be extremly helpful.  Thanks.



---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel


RE: [Webware-devel] Blocking threads

2003-03-19 Thread Marcos Sánchez Provencio
Unfortunately, I do not have the time or skill to do it... Since it was
a very simple app, I have switched to Skunkweb (yes, the competition
:-), that preforks. That works fine on this project.

Thank you for all your time.

El mar, 18 de 03 de 2003 a las 16:15, Geoffrey Talvola escribió:
> I know this isn't much help, but it seems to me that the problem has to be
> in the Oracle adapters.  Some blocking API call must not be releasing the
> global interpreter lock.
> 
> Is there any way you can attach to the process with the debugger and figure
> out where it's wedged?
> 
> - Geoff
> 
> > -Original Message-
> > From: Marcos [mailto:[EMAIL PROTECTED]
> > Sent: Monday, March 17, 2003 6:50 AM
> > To: [EMAIL PROTECTED]
> > Subject: [Webware-devel] Blocking threads
> > 
> > 
> > We still get threads blocking each other when accessing 
> > Oracle. We have
> > tried cx_Oracle and DCOracle2. The symptom is as follows:
> > 
> > - Launch AppServer.
> > - Launch WAPT load testing tool with 40 users.
> > - Performance is poor, but acceptable.
> > - The AppServer windows freezes.
> > - We hit ^C. One of the threads says that Oracle has interrupted the
> > command by user request (or sth). The other threads respond 
> > immediately.
> > 
> > So, I think it is clear that the stopped thread was indeed blocking
> > other threads. We are not using any locking mechanism in our code.
> > 
> > Where should I look?
> > 
> > 
> > 
> > 
> > ---
> > This SF.net email is sponsored by:Crypto Challenge is now open! 
> > Get cracking and register here for some mind boggling fun and 
> > the chance of winning an Apple iPod:
> > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> > ___
> > Webware-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/webware-devel
> > 
> 
> 
> ---
> This SF.net email is sponsored by: Does your code think in ink? 
> You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
> What are you waiting for?
> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
> ___
> Webware-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-devel
-- 
Marcos Sánchez Provencio <[EMAIL PROTECTED]>
www.burke.es



---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel


[Webware-devel] CVS access

2003-03-19 Thread Ian Bicking
I assume for the sprint we will be working through the main CVS
repository, though we can also make a branch to isolate our work. 

So the attendees should have CVS access.  Mike Orr has the SF username
"hierro".  I don't know what Tripp's username is.

  Ian




---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel