mod_perl and NES/iPlanet

2001-05-23 Thread Niral Trivedi

All,

I know this is stupid question... but I want to confirm this thing from
apache/mod_perl Gurus here..

mod_perl can not be used with NES or iPlanet web server, right?

We are so much screwed up here with iPlanet but we have to use that for some
other reasons.. So, we were exploring the possibilities..

Niral




RE: mod_perl and NES/iPlanet

2001-05-23 Thread Brendan McAdams

Unfortunately, Mod_perl is completely an apache thing.

Although it would be very cool to see the 'concept' of mod_perl (A perl
wrapper to a Server API) spread to other servers.

-
Brendan W. McAdams   |   [EMAIL PROTECTED]
Senior Applications Developer | (212) 208-9116
TheMuniCenter, LLC | www.themunicenter.com

Always listen to experts. They'll tell you what can't be done, and why.
Then do it.
- Robert A. Heinlein

-Original Message-
From: Niral Trivedi [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 23, 2001 10:22
To: '[EMAIL PROTECTED]'
Subject: mod_perl and NES/iPlanet


All,

I know this is stupid question... but I want to confirm this thing from
apache/mod_perl Gurus here..

mod_perl can not be used with NES or iPlanet web server, right?

We are so much screwed up here with iPlanet but we have to use that for
some
other reasons.. So, we were exploring the possibilities..

Niral




Re: mod_perl and NES/iPlanet

2001-05-23 Thread Ken Williams

[EMAIL PROTECTED] (Niral Trivedi) wrote:
mod_perl can not be used with NES or iPlanet web server, right?

We are so much screwed up here with iPlanet but we have to use that for
some other reasons.. So, we were exploring the possibilities..

It depends - if you need to run iPlanet as your main server but could
run an Apache process as a backend using a proxy, then you could do
fine.  If you're forbidden from running Apache at all, you're out of
luck.


  ------
  Ken Williams Last Bastion of Euclidity
  [EMAIL PROTECTED]The Math Forum



Re: mod_perl and NES/iPlanet

2001-05-23 Thread Gunther Birznieks

If you just want to speed up CGI Scripts, Speedy::CGI is a good, supported 
persistent perl mechansim that plugs in well in an Iplanet WEb Server 
environment.

I think someone did make an NSAPI_PERL but I Don't know how well that is 
really supported.

At 10:21 AM 5/23/01 -0400, Niral Trivedi wrote:
All,

I know this is stupid question... but I want to confirm this thing from
apache/mod_perl Gurus here..

mod_perl can not be used with NES or iPlanet web server, right?

We are so much screwed up here with iPlanet but we have to use that for some
other reasons.. So, we were exploring the possibilities..

Niral

__
Gunther Birznieks ([EMAIL PROTECTED])
eXtropia - The Open Web Technology Company
http://www.eXtropia.com/




RE: mod_perl and NES/iPlanet

2001-05-23 Thread Niral Trivedi

You are right Gunther 

We are looking something similar as mod_perl for iPlanet.. basically a way
to have perl interpreter running as server process itself...

I will look into Speedy::CGI or NSAPI_PERL.

Thanks a lot..

Niral

-Original Message-
From: Gunther Birznieks [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 23, 2001 10:36 AM
To: Niral Trivedi; '[EMAIL PROTECTED]'
Subject: Re: mod_perl and NES/iPlanet


If you just want to speed up CGI Scripts, Speedy::CGI is a good, supported 
persistent perl mechansim that plugs in well in an Iplanet WEb Server 
environment.

I think someone did make an NSAPI_PERL but I Don't know how well that is 
really supported.

At 10:21 AM 5/23/01 -0400, Niral Trivedi wrote:
All,

I know this is stupid question... but I want to confirm this thing from
apache/mod_perl Gurus here..

mod_perl can not be used with NES or iPlanet web server, right?

We are so much screwed up here with iPlanet but we have to use that for
some
other reasons.. So, we were exploring the possibilities..

Niral

__
Gunther Birznieks ([EMAIL PROTECTED])
eXtropia - The Open Web Technology Company
http://www.eXtropia.com/