RE: [Zope] HUGE Threads showing in Debug Information
Perfectly normal ... The request object currently being handled by a given thread is dumped to the screen, allowing you to debug which thread is doing what ... J.F. -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of Allen Schmidt Sent: March 8, 2005 4:25 PM To: zope@zope.org Subject: [Zope] HUGE Threads showing in Debug Information On the Debug Information screen in Control Panel, we occasionally get huge gobs of text that looks like the entire REQUEST/RESPONSE objects showing up. I am assuming this is being seen as the page header and this is being registered in squid and is exceeding the request_header_max_size. I can increase this but would like to know where our process if breaking down to expose this mess. Thanks _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
By huge, I mean if I copy the text from that one thread to a file it is about 23K. It is basically showing all that would show up by doing a REQUEST display AND all the source text of the html page that is generated. It is not normal (at least not the normal way thread text shows up) and only shows up once in a while. Been happening more recently. Allen Jean-Francois.Doyon@CCRS.NRCan.gc.ca wrote:
Perfectly normal ... The request object currently being handled by a given thread is dumped to the screen, allowing you to debug which thread is doing what ...
J.F.
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of Allen Schmidt Sent: March 8, 2005 4:25 PM To: zope@zope.org Subject: [Zope] HUGE Threads showing in Debug Information
On the Debug Information screen in Control Panel, we occasionally get huge gobs of text that looks like the entire REQUEST/RESPONSE objects showing up. I am assuming this is being seen as the page header and this is being registered in squid and is exceeding the request_header_max_size. I can increase this but would like to know where our process if breaking down to expose this mess.
Thanks _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Allen Schmidt -
Jean-Francois.Doyon@CCRS.NRCan.gc.ca