Re: [Catalyst] how do i "truss" an catalyst FCGI worker process?

2008-10-29 Thread Vladimir Timofeev
Hi On Wed, Oct 29, 2008 at 14:50, Oleg Pronin <[EMAIL PROTECTED]> wrote: > Hi. > > I need to inspect my fcgi process, so i tried to do > truss -p > But fcgi process immediately exits when "truss" just starts. > > Does anyone know why does it happen and how to get it to work? According to ptrace(

Re: [Catalyst] How to detect cancelled requests?

2008-10-29 Thread Peter Corlett
On Wed, Oct 29, 2008 at 10:11:35AM -0400, Stuart Watt wrote: [...] > To give context, the queries that are an issue are SQL queries against a > database that contains millions of components, where users may construct > wildcard queries of the form "*A*", with additional filtering constraints. If t

Re: [Catalyst] How to detect cancelled requests?

2008-10-29 Thread Jonathan Rockway
* On Wed, Oct 29 2008, Stuart Watt wrote: > [snip] > Our ideal would be a non-buffered model, where results are displayed > incrementally, and where user requests can cancel a query, at worst > when the next hit is about to be displayed. Since we fetch hits and > render them incrementally, this sho

Re: [Catalyst] ANNOUNCE: SimpleDB - Auth configuration made easy

2008-10-29 Thread Jonathan Rockway
* On Mon, Oct 27 2008, Thomas L. Shinnick wrote: > If I explicitly override the default, by explicitly requesting 'clear', > because > my requirements explicitly need this ability, then I must change the code to > get rid of the warning? Ahh, but it's for the 'simple', who must be guided, > and c

Re: [Catalyst] How to detect cancelled requests?

2008-10-29 Thread Carl Franks
2008/10/29 Stuart Watt <[EMAIL PROTECTED]>: > The problem is more at the boundary between the web server and Catalyst. > Under IIS, we don't seem to get any kill signal at all, certainly when using > ActivePerl/PerlEx. I had kind of hoped we might get SIGPIPE, but we don't. Have you tried testing

Re: [Catalyst] How to detect cancelled requests?

2008-10-29 Thread Stuart Watt
Thanks Wade, this is already very helpful, and it seems that a queue is a sensible solution to the problem. We know some of the problem is hard, what is frustrating is that so much of it is outside our control, and also that of Catalyst and even Perl. To give context, the queries that are an i

[Catalyst] how do i "truss" an catalyst FCGI worker process?

2008-10-29 Thread Oleg Pronin
Hi. I need to inspect my fcgi process, so i tried to do truss -p But fcgi process immediately exits when "truss" just starts. Does anyone know why does it happen and how to get it to work? Please anybody, try to do truss -p on standalone (not in apache) fcgi catalyst server. Thanks. _