Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: Why Perl does not support database access through core modules?

by hardburn (Abbot)
on Jan 22, 2004 at 04:24 UTC ( [id://323087]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Why Perl does not support database access through core modules?
in thread Why Perl does not support database access through core modules?

Putting firewall logs into a DBMS isn't such a bad idea (analyzing them with SQL can be really handy), though I wouldn't want to put the DBMS on the firewall itself. A firewall should be a firewall, and nothing else, or else you're missing the point. Proxy servers are much the same, depending on what your goals with it are.

Web and Application servers might run their own database in small or medium scale deployments. In large systems, there are obvious advantages to running the DBMS on a dedicated system with a fast network connection to the system that actualy gets the traffic.

In any case, I would argue that if you're using an xSV file, you should probably migrate twards an SQLite solution instead. It's faster, not particularly more difficult, and will make any future migration twards a full RDBMS easier.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated

  • Comment on Re^4: Why Perl does not support database access through core modules?
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://323087]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (None)
    As of 2024-04-19 00:22 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found