Re: Calling a cgi on other web server.

2001-09-27 Thread Andrew O'Brien
On Thu, Sep 27, 2001 at 06:09:43PM -0700, Andy Lim wrote: > Is there any way that I can call this perl CGI program on server A from the > inside of my embeded perl code on server B and get the return value from > that cgi program? Not "nicely" unless I, too, am missing something obvious :) Basi

Calling a cgi on other web server.

2001-09-27 Thread Andy Lim
Hello. Guys. This might be a stupid question. I have two web servers. One is my main web server which runs under linux and EMBPERL. (Web server-A) The other is a windows based web server. (Web server - B) I have ODBC connection setup between server B and unidata server. But can't have connection

HTML::Embperl::Syntax::SSI

2001-09-27 Thread Wim Kerkhoff
Wim Kerkhoff wrote: > > Gerald Richter wrote: > > > > > The only thing that's been hooping me up so far in the > > > inability to do these two types of includes: > > > > > > works. For the rest, its pretty messy with the debug stuff I was working with. I haven't actually tried this out in real

%udat and sessions

2001-09-27 Thread Boyd, David
When I am working on my local box with apache running in LocalHost mode, is there an issue if I have more than one person bring up the web site over the LAN in keeping each session seperate? If not, then I must be doing something wrong and if someone can direct me to the workings of session and u

Shortcommings of DBIx

2001-09-27 Thread Boyd, David
I notice a short comming of DBIx (unless some one knows of a work around for it). I create a simple search: select incident_key, note1 as title from incident; I then wanted to display this information in a table so I did the following. Incident ID Titl

RE: stopping EMB:PERL

2001-09-27 Thread Michael Stevens
I've found the Apache::Resource module is a lifesaver in these situations - you can limit the CPU time and memory used by a process, so these things *don't* kill the server... Michael > -Original Message- > From: Wim Kerkhoff [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 27, 20

Re: stopping EMB:PERL

2001-09-27 Thread Wim Kerkhoff
Gerald Richter wrote: > > > > > that a sql statement couldn't be executed (I had an error in my sql > > syntax a ';'), > > Maybe this has triggered an endless loop in your Perl code. An endless loop > will not be stopped by Embperl (because it can't detected it), Apache has a > timeout, which is

Re: Embperl.v2 + SSI Syntax / tables

2001-09-27 Thread Gerald Richter
> > > > > >

Re: stopping EMB:PERL

2001-09-27 Thread Gerald Richter
> > that a sql statement couldn't be executed (I had an error in my sql > syntax a ';'), Maybe this has triggered an endless loop in your Perl code. An endless loop will not be stopped by Embperl (because it can't detected it), Apache has a timeout, which is 10 minutes per default, after that it