> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ron
> Grabowski
> Sent: Saturday, March 03, 2001 8:17 AM
>
> You could run some 65,000 different sites on the same IP address
> as long as
> each site listened for requests on a distinct port.
Host hea
> I created a DLL with VisualBasic 6.0 and want to access it with Perl.
> In the documentation I found how to access the WinApi and Dlls created
with
> 'C' and it is working on my W2K-machine.
If you compile it as an ActiveX DLL:
use Win32;
my $object = CreateObject("NameOfProject.ClassName");
> CGI Application Timeout
> CGI TimeoutThe specified CGI application exceeded the
allowed
> time for processing. The server has deleted the process.
5 minutes seems like an aweful long time for a CGI request anyway. I can't
imagine what a CGI script could be doing in 15minutes. Are you sure you
> The only way I know of that works is to assign a specific I.P. address to
> each real or virtual website.
You could run some 65,000 different sites on the same IP address as long as
each site listened for requests on a distinct port.
___
Perl-Win32-
>>> "Dirk Bremer" <[EMAIL PROTECTED]> 02/27/01 05:03PM >>>
Greg,
I had the same problem with the Net::Config module in a normal Perl script and
modified the code within Net::Config
if ($< == $> and !$CONFIGURE) {
# my $home = eval {(getpwuid($>))[7]} || $ENV{HOME};
# $file =