in reply to Re: best data model for chat program
in thread best data model for chat program

I've found hundreds of PHP-MySQL chat scripts, yet little or no (mod_)perl counterparts. I think a mod_perl-MySQL based chat would perform and scale well if the data model was set up right. "Writing Apache Modules with Perl and C" suggested using MySQL this way and gave me the idea!
  • Comment on Re: Re: best data model for chat program

Replies are listed 'Best First'.
Re^3: best data model for chat program
by Aristotle (Chancellor) on May 21, 2002 at 23:58 UTC
    And a mod_perl solution not using a database will perform even better.

    Makeshifts last the longest.