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

how is that a bad decision? what alternatives do you suggest? mysql is certainly faster than slurping files.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: using linux
by Anonymous Monk on Jan 30, 2003 at 01:37 UTC

    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?