Re: Apache::Test for online debugging

2005-02-15 Thread Stas Bekman
Geoffrey Young wrote: [...] Also, a few weeks ago Stas mentioned an Apache::Test mailing list, [EMAIL PROTECTED] I joined that list and tried to post a question, but it didn't post. Anyone know if that list is working? it's [EMAIL PROTECTED] and should be ok. That's because this list have moved

Re: Apache::Test for online debugging

2005-02-15 Thread Geoffrey Young
> I'm transitioning to developing using Apache::Test and like it. It's a > different style of developing. > > Have you looked at the apache test docs? > > http://perl.apache.org/docs/general/testing/testing.html see also http://www.perl.com/pub/a/2003/05/22/testing.html for a kinder, gentl

Re: Apache::Test for online debugging

2005-02-15 Thread Jim Martinez
On Feb 15 Thomas Lochmatter wrote: > Under mod_perl 1, I used the following simple debugging > framework: > 1. apache calls DebugClient > 2. DebugClient connects to DebugServer (Unix socket) > 3. DebugServer calls the request handler with a fake > Apache object (Apache::FakeRequest) and returns

Apache::Test for online debugging

2005-02-15 Thread Thomas Lochmatter
Under mod_perl 1, I used the following simple debugging framework: 1. apache calls DebugClient 2. DebugClient connects to DebugServer (Unix socket) 3. DebugServer calls the request handler with a fake Apache object (Apache::FakeRequest) and returns the response to the DebugClient If an error oc