Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Database vs. tail -f

by Abigail-II (Bishop)
on Apr 19, 2003 at 23:53 UTC ( [id://251742]=note: print w/replies, xml ) Need Help??


in reply to Database vs. tail -f

I'd say neither is very efficient. Your database solution is very inefficient. If one client has added 10000 rows, and then all clients are silent for an hour, your server is plowing through 36 million rows - neither of them "new".

If client and server are running on the same machine, why not use a named pipe to communicate? Or a socket?

Abigail

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-25 01:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found