[99957] in RedHat Linux List
RE: Getting to know CGI through httpd/Apache
daemon@ATHENA.MIT.EDU (Jonathan Irving)
Tue Nov 17 18:19:57 1998
Date: Tue, 17 Nov 1998 23:16:57 +0000 (GMT)
From: Jonathan Irving <Jonathan@browncat.com>
To: Jiandong Ye <redhat-list@redhat.com>
In-Reply-To: <199811172225.RAA15294@fw.landmark.com>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
An alternative is using a servlet engine like mod_jserv.
Servlets can create connections when initialised, and make
them available (carefully synchronized of course) to POSTs
and GETs as required. Plus you get good state tracking
with a builtin session API.
check out java.apache.org.
cheers
Jonathan
On Tue, 17 Nov 1998, Charles Galpin wrote:
> Date: Tue, 17 Nov 1998 17:26:30 -0500
> From: Charles Galpin <cgalpin@lighthouse-software.com>
> Reply-To: redhat-list@redhat.com
> To: Jiandong Ye <redhat-list@redhat.com>
> Subject: RE: Getting to know CGI through httpd/Apache
> Resent-Date: 17 Nov 1998 22:25:41 -0000
> Resent-From: redhat-list@redhat.com
> Resent-cc: recipient list not shown: ;
>
> Actually this is one of the more compelling reasons to switch to fastcgi or
> php isapi/nsapi or any other mechanism which allows you to keep open DB
> connections.
>
> ===== Original Message from Jiandong Ye <redhat-list@redhat.com> at 11/17/98
> 2:06 pm
> <snip>
> >Oh, when connecting the internet to the database, the real
> >bottleneck usually lies on the initialization of the database
> >connection, but that's another issue...
> ^^^^^^^^^^^^^^^^^^^^^^^^
> >
> >Hope this helps.
> >--dragonfly
>
> -- Charles Galpin <cgalpin@lighthouse-software.com>
>
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com http://archive.redhat.com
> To unsubscribe: mail redhat-list-request@redhat.com with
> "unsubscribe" as the Subject.
>
+-----------------------------------------------------------+
| mailto: Jonathan@BrownCat.COM/Jonathan.Irving@Sun.COM |
| phone: (+44/0) 802830517(m)/1483855697(h)/1276416112(w) |
| PGP key: http://pgp.ai.mit.edu keyID: 8EE99981 |
+-----------------------------------------------------------+
| MBC w3: http://www.browncat.com |
| Home w3: http://www.browncat.demon.co.uk |
| Sun w3: http://www.sun.com |
+-----------------------------------------------------------+
| ECHELON Fodder: cards DNR BTM Soviet SARD B61-11 Siemens |
| E.O.D. High Security FBI Blackmednet |
| BRGE Shaldag 8182 Dictionary |
+-----------------------------------------------------------+
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com http://archive.redhat.com
To unsubscribe: mail redhat-list-request@redhat.com with
"unsubscribe" as the Subject.