You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Gerald Richter <ri...@ecos.de> on 2001/02/03 20:19:07 UTC

Re: PerlTransHandler & EmbperlObject problem

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 close. We finally redid things in Embperl and
> plain old Perl objects and it worked. We'll try back EO in few weeks.
>

I have tried Apache::Reload and a PerlTransHandler which simply returns -1
(which means DECLINED) and both works here for me without problems together
with EmbperlObject.

I would like to track this down before the next release if possible, but I
need your help. You have to provide more informations. There must be
something special what you do, which causes the problem. It would be great
if you could provide a small example along with a embperl.log with a good
and bad request. Maybe it would be already enought if you can send me a
logfile of a failed request.

Gerald


> - Robert
>
> Robert wrote:
> >
> > 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 get the right result and embperl log has the usual stuff.
> > Then after first reload it just say 'File not found', nothing is written
> > to the embperl log and apache error log says 'file not found'. Does
> > anybody have any idea what went wrong? Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
> For additional commands, e-mail: embperl-help@perl.apache.org
>
>
>


Re: PerlTransHandler & EmbperlObject problem

Posted by Gerald Richter <ri...@ecos.de>.
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 problems that look like server is caching more than it should,
> my original problem with EO could have the same reason. I'll look into
> it next week or so and try to make a small reproducible example if I
> can.
>
Thanks for the feedback,

if you do any further investigation, please use the newest CVS version,
because there are some cacheing/ISA issues already fixed.

Gerald