LDAP Explorer FAQ

3. Why not just use a small Perl cgi script to talk to an ldap client which can integrate OpenLDAP project easily?

[Top] [Contents]
[Prev: 2. Why LDAP Explorer can not display entry with binary attribute correctly in PHP3?]
[Next: 4. Meaning of LDAP Tree and Data Structure of temporary file on hard disk?]


..... the Perl/CGI love affair doesn't last forever. As your scripts get larger and your server more heavily loaded, you inevitably run into the performance wall. A 1,000-line Perl CGI script that runs fine on a lightly loaded web site becomes unacceptably slow when it increases to 10,000 lines and the hit rate triples. You may have tried switching to a different programming language and been disappointed. Because the main bottleneck in the CGI protocol is the need to relaunch the script every time it's requested, even compiled C won't give you the performance boost you expect ......

- Lincoln Stein & Doug MacEachern, <<Writing Apache Modules with Perl and C>>


[Top] [Contents]
[Prev: 2. Why LDAP Explorer can not display entry with binary attribute correctly in PHP3?]
[Next: 4. Meaning of LDAP Tree and Data Structure of temporary file on hard disk?]


Last Modified: 24 November 2000
Maintained by: Terrence Miao terrence_miao@email.com
[HTML 4.0 Checked!]