Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Log Files for CGI Submits

by igelkott (Priest)
on Jul 26, 2008 at 20:04 UTC ( [id://700313]=note: print w/replies, xml ) Need Help??


in reply to Log Files for CGI Submits

If you expect the site to be that busy, creating many, many log files may not be practical.

You night consider using a database instead. Timestamps are easy and even guaranteed unique id's are available through auto_increment or a sequence trigger (depending on the DB engine). Logged data can then be retrieved through simple select statements and you could even generate text files (logs) if really needed.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-26 07:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found