Re: PerlTransHandler & EmbperlObject problem

2001-02-07 Thread Gerald Richter
Hi, > > I'm sorry, I had to rewrite everything from scratch (not only because > of EO problems) and I cann't bring the previous version into the > testable state in reasonable amount of time. I tried to make a small > test case but it seems to work now. However I'm still experiencing > strange p

Re: PerlTransHandler & EmbperlObject problem

2001-02-03 Thread Gerald Richter
Robert, sorry that it take so long until I can answer, but I was very busy and I wanted try it out on my own first. > I noticed exactly the same behaviour when EO is used with > PerlInitHandler Apache::Reload - this probably indicates there's > something wrong in EO. > > Anyway, deadline is too

Re: PerlTransHandler & EmbperlObject problem

2001-01-17 Thread Robert
I noticed exactly the same behaviour when EO is used with PerlInitHandler Apache::Reload - this probably indicates there's something wrong in EO. Anyway, deadline is too close. We finally redid things in Embperl and plain old Perl objects and it worked. We'll try back EO in few weeks. - Robert

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Gerald Richter
gt; > - Original Message - > From: "Robert" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, January 08, 2001 7:14 PM > Subject: Re: PerlTransHandler & EmbperlObject problem > > > > Gerald Richter wrote: > > > >

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Gerald Richter
7:14 PM Subject: Re: PerlTransHandler & EmbperlObject problem > Gerald Richter wrote: > > > > I don't have the time to look at it now, but I think your transhandler > > should return OK, instead of DECLINED, but I am not quite sure. > > Eagle book says DECLINED

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Robert
Gerald Richter wrote: > > I don't have the time to look at it now, but I think your transhandler > should return OK, instead of DECLINED, but I am not quite sure. Eagle book says DECLINED since I don't want to do the actual translation, I expect the standard handler does it. Anyway, even minimal

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Gerald Richter
25152 - - Original Message - From: "Robert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 5:18 PM Subject: Re: PerlTransHandler & EmbperlObject problem > The reload problem manifests itself even with this minimal > PerlTransHandler.

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Robert
The reload problem manifests itself even with this minimal PerlTransHandler. I'd think if it just returns DECLINED, default Apache handler does the right thing, but apparently it doesn't. I don't understand why and today's the deadline. Any help, please? - Robert handler === package NetBoo

PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Robert
I'm using custom PerlTransHandler and while with Embperl it worked OK, with EmbperlObject it does funny things. When I comment PerlTransHandler out, it works again, but in my test case the handler just returns DECLINED. The exact problem is this: after server restart, first time I load the URL I g