From: <ma...@mj...> - 2001-04-08 16:46:55
|
The only way to do this is to use mod_perl instead of traditional CGI. mod_perl allows you to write to the Apache api instead of executing a seperate process. And once a mod_perl module is loaded it stays loaded. See www.modperl.com for more info. Mark On 4 Apr 01, at 8:24, Behruz Rushenas wrote: > Hi, > > I would like to know if there is way to avoid Binding to LDAP at each > time I Call a Perl CGI script? Right now, I have to bind every time I > call a script. > > I would like to keep my ldap instance created at the first begining > time and keep using it. Sorry if the question seems stupid to some of > you, but i am a novice in Perl and CGI programming. > > Thanks all of you for your help. > > Behruz. > > > > Mark Wilcox ma...@mj... Got LDAP? |