Re: Request with Cancel in Browser to Oracle DataBase

2000-08-10 Thread Gerald Richter
Hi, > > I try to use $req_rec->connection->aborted() for abort the > long request if user press stop. But it always return 0 . > As I already wrote, Apache will not recognize that the connection is aborted until you write anything to the client. Unless you have set optEarlyHttpHeader,

Re: Request with Cancel in Browser to Oracle DataBase

2000-08-10 Thread mtoro
Hi,     I try to use $req_rec->connection->aborted() for abort the long request if user press stop. But it always return 0 .     Exist any report of memory leaks ? ,with :   Apache/1.3.12   mod_perl/1.24   DBI 1.4   DBD::Oracle 1.06 thanks in advan

script run in off line mode

2000-08-10 Thread Tu Nguyen
  Hi,   Can some one show me how to make embperl script run normally ? Every time I run the my embperl sript from the browser, I have to hit the backbutton and run again. The first time is never success, the second time is. I checked the log file and get something like this(offline mode: en

Re: script run in off line mode

2000-08-10 Thread Gerald Richter
> > Oh, I find out what caused embperl scripts run in off line mode. > I put embperl scripts in protected directory and I used "Cookie-Based Access > Control" method from the Eagle book. > The embperl scripts run perfect if they are not in protected directory. > Is there any way that I can make em

Re: installing Embperl

2000-08-10 Thread Gerald Richter
Hi, > > I have already got apache compiled and running with mod_perl and libperl. > > Do I have to build Embperl with support for Apache mod_perl to enable it > with Apache or can I simply install it without and still access Embperl as > with any other Apache module? > > Regards, > Ragnar > > By t

RE: installing Embperl

2000-08-10 Thread Wim Kerkhoff
On 10-Aug-2000 Ragnar Hakonarson wrote: > Hi, > > I have already got apache compiled and running with mod_perl and libperl. > > Do I have to build Embperl with support for Apache mod_perl to enable it > with Apache or can I simply install it without and still access Embperl as > with any other

Re: mod_perl problems

2000-08-10 Thread ___cliff rayman___
brandon wrote: > i'm not sure that i want to run mod_perl as a DSO...i just want it to work so > that i can embed perl into my web pages..i tried installing on a different > system this one being FreeBSD and i'm having a lot of problems getting it to > build...when it asks you where your apache s

installing Embperl

2000-08-10 Thread Ragnar Hakonarson
Hi, I have already got apache compiled and running with mod_perl and libperl. Do I have to build Embperl with support for Apache mod_perl to enable it with Apache or can I simply install it without and still access Embperl as with any other Apache module? Regards, Ragnar By the way, if Embperl

Re: playing around with 2.0a6

2000-08-10 Thread Gerald Richter
> > 2.0a6 is based on 1.3b3. The new feature of 1.3b4 are not in so far :-( > > > > I hope to have them in the next release of 2.x > > can you estimate when that will be? > I cannot promise anything, but I hope to get it done during the next two weeks Gerald --

Re: playing around with 2.0a6

2000-08-10 Thread Andre Landwehr
On Thu, Aug 10, 2000 at 01:06:15PM +0200, Gerald Richter wrote: > 2.0a6 is based on 1.3b3. The new feature of 1.3b4 are not in so far :-( > > I hope to have them in the next release of 2.x can you estimate when that will be? Andre --

Re: playing around with 2.0a6

2000-08-10 Thread Gerald Richter
Hi, > I just decided to have a look at 2.0a6... is there a change > regarding EmbperlObject (or is it simply not implemented yet?), > since I cannot access $_[0] as a hash > reference any more, it seems to be a scalar reference > 2.0a6 is based on 1.3b3. The new feature of 1.3b4 are not in so

playing around with 2.0a6

2000-08-10 Thread Andre Landwehr
hi I just decided to have a look at 2.0a6... is there a change regarding EmbperlObject (or is it simply not implemented yet?), since I cannot access $_[0] as a hash reference any more, it seems to be a scalar reference Andre -