On Thu, Jul 31, 2003 at 06:41:01PM +0100, Matt Sergeant wrote:
|
| Basically the difference between the two is that PPerl's daemon code is in
| Perl, whereas PersistenPerl's daemon is in C and embeds a perl
| interpreter.
|
I'll be doing a fair amount of DBI; is there a pperl-approved approach? Basically something like Apache::DBI would be ideal.
Apache::DBI is a horrible hack. Use a real singleton :-)
Class::Singleton works just fine, or roll your own.
Matt.
