On Sun, 2004-02-01 at 08:14, [EMAIL PROTECTED] wrote: > Thanks for your answer but I have additional question: > 1. I have two possibilities to get XXX value: > - from database via SQL query > - from Radius system via LDAP guery
You'll find a lot more information and help for using a database than you will for using LDAP, but either one should work fine. > 2. A lot of technologies introduces database connection pool. What is the > recommended solution for mod_perl Apache::DBI provides persistent database connections for mod_perl. It's not a pool exactly, but it serves the same purpose. > 3. Is LWP required for solve my problem? >From your previous post, it sounds like you need either LWP or some other HTTP library. - Perrin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html