[Moin-user] long delays with CVS snapshot

Brian Dorsey brian at dorseys.org
Thu Jan 3 10:43:07 EST 2002


I'm seeing it every time I save a page and whenever I do a title search using the footer text box.

I wasn't quite sure what to add, so I added these print statements in cgimain.py:
    # parse request data
    print 'before request.form = cgi.FieldStorage()'
    try:
        request.form = cgi.FieldStorage()
        print 'after request.form = cgi.FieldStorage()'
        path_info = webapi.getPathinfo()


I then stopped and started IIS to make sure it wasn't caching anything. I think I probably added the wrong thing, though, because I'm never seeing the prints, either in the browser or in the source of the partial web pages which return. 

When I try to do a search, it immediately redraws the header, including 'Title search for "database"' (database was my search string, so the values are being passed) but the rest of the page times out. 

Here is a text version of the results: 

    Title search for "database"  Brian Dorsey
  
 Database Group Wiki    FrontPage    RecentChanges    TitleIndex    WordIndex    WantedPages    OrphanedPages    Help   

--------------------------------------------------------------------------------
HTTP/1.1 502 Gateway Error Server: Microsoft-IIS/5.0 Date: Thu, 03 Jan 2002 18:39:57 GMT Connection: close Content-Length: 186 Content-Type: text/html CGI TimeoutThe specified CGI application exceeded the allowed time for processing. The server has deleted the process.


Perhaps I added the wrong print statements? or added them in the wrong place? I'm definately new to web apps in python.

Take care,
-Brian

On Thu, Jan 03, 2002 at 07:01:27PM +0100, Juergen Hermann wrote:
> On Thu, 3 Jan 2002 09:14:26 -0800, Brian Dorsey wrote:
> 
> >I'm also experiencing the long delays with using the search feature in 
> the footer. I'm running a fresh install of last night's tarball on 
> windows with IIS. 
> 
> ALWAYS when you use that, or only on some submits?
> 
> If always, add some debug prints before and after the cgi parameter 
> parsing in cgimain.py (i.e. before and after the fieldstorage 
> instantiation).
> 
> 
> Ciao, Jürgen
> 
> 
> 
> _______________________________________________
> Moin-user mailing list
> Moin-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/moin-user




More information about the Moin-user mailing list