Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Database vs. tail -f

by Coruscate (Sexton)
on Apr 19, 2003 at 22:58 UTC ( [id://251733]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ##################
    # Server
    ...
    
     # do mysql insert: "INSERT INTO msgs VALUES(?,?)", '', $_;
    }
    
  2. or download this
    ##################
    # Server:
    ...
     print( $msgs, ($_ . "\n") );
     close $msgs;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found