in reply to Re: Re: using linux
in thread using linux

Which is an absolutely awful design decision, but that's another debate :-)

Replies are listed 'Best First'.
Re: Re: Re: Re: using linux
by batkins (Chaplain) on Jan 29, 2003 at 19:57 UTC
    how is that a bad decision? what alternatives do you suggest? mysql is certainly faster than slurping files.

      Think of DBI, a consistant interface so one can switch databases with minimum effort. Feel like Oracle one week? Postgre the next? That's how it should be designed.

        You still have to port your schema, and if you're doing anything with timestamps or unique identifiers, you'll have some portability work.

        well, doesn't perlmonks access mysql through the dbi?