From: Behruz R. <beh...@cp...> - 2001-04-09 15:55:13
|
Hi Mark, Thanks for your response, i will have a look to www.modperl.com . By the way, I found your book very interesting about different solutions to implement an LDAP directory. Thanks. Behruz. -----Original Message----- From: ma...@mj... [mailto:ma...@mj...] Sent: Sunday, April 08, 2001 9:50 AM To: Behruz Rushenas Cc: per...@li... Subject: Re: How to avoid connecting to LDAP at each Perl CGI-CALL 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? |