Danga and watching other FDs

2007-11-27 Thread roseyaxkit . 20 . ftumsh
Lo, AxKit2. Well, I've finally got round to farming out the slow bits of my app. Atm it's using Net::Server, but I am going to look at gearmand shortly. Anyway, as it's the first time I've used sockets, could someone have a look at my first hack and tell me what I'm missing please? I essentially

Re: AxKit::XSP::WebUtils::redirect causing (many) warnings in error_log

2007-11-27 Thread Martijn
On Nov 26, 2007 7:45 PM, Lars Skjærlund [EMAIL PROTECTED] wrote: And if not (they're just warnings after all), how to stop them from clogging the error log file. (They occur, even though I've set Apache's LogLevel to 'error' - though if this is really the problem, I'd probably need to go

Re: AxKit::XSP::WebUtils::redirect causing (many) warnings in error_log

2007-11-27 Thread Matt Sergeant
On 27-Nov-07, at 11:35 AM, Martijn wrote: On Nov 26, 2007 7:45 PM, Lars Skjærlund [EMAIL PROTECTED] wrote: And if not (they're just warnings after all), how to stop them from clogging the error log file. (They occur, even though I've set Apache's LogLevel to 'error' - though if this is really

Re: Danga and watching other FDs

2007-11-27 Thread Matt Sergeant
On 27-Nov-07, at 8:03 AM, [EMAIL PROTECTED] wrote: 1) $bbref should be stored somewhere, but where? I presume in the notes of something. If this is correct, which notes and how do I get them? I suppose Ax2/Danga somehow maintains a list of watched fds along with a persitent data structure?

Re: Modification of non-creatable hash value attempted

2007-11-27 Thread Vince LaMonica
On Tue, 27 Nov 2007, Matt Sergeant wrote: } On 8-Nov-07, at 7:52 PM, Vince LaMonica wrote: } } xsp:page xmlns:xsp=http://www.apache.org/1999/XSP/Core; } xmlns:global=http://www.creITve.de/2002/XSP/Session; } xmlns:auth=http://www.creITve.de/2002/XSP/Auth; }

Re: AxKit::XSP::WebUtils::redirect causing (many) warnings in error_log

2007-11-27 Thread Martijn
On Nov 27, 2007 4:52 PM, Matt Sergeant [EMAIL PROTECTED] wrote: However it does mean something is failing in your XSP code - either a runtime or compile time exception. If everything worked perfectly you wouldn't be seeing it. Indeed. What confuses me though is that even the following block of

Re: Modification of non-creatable hash value attempted

2007-11-27 Thread Matt Sergeant
On 27-Nov-07, at 12:21 PM, Vince LaMonica wrote: } So at this level $r isn't in scope. At least not the proper AxKit $r. You need } to be in the main output stage of the XSP page for the right $r to be valid. Thanks for the help - it is much appreciated! The only issue is that this code

CONTINUATIONS

2007-11-27 Thread roseyaxkit . 20 . ftumsh
Lo, I've had a look at the webmail example and am not much the wiser. Could someone have a look at my plugin and give me a big kick in the right direction so I can make it use continuations please? I've made a bit of a start, but am confused as to the correct way of doing things... use