On Wednesday 02 July 2008 22:36:24 Mark Bomgardner wrote:
> I am writing an application in which I want to create log files.  I am
> weighing the difference between using text files and using a database to
> house the data.  It appears to me that there is really no advantage either
> way or is there?  There are pros and cons to both methods, but I am
> concerned about opening and closing a text file some many times that it may
> cause and issue. The file may be opened and closed 1,000 or more times a
> day.
>
>
>
> Opinions please..

for the ease of it, I would go for the database. 
There is of course the details regarding the rest of the site to take into 
consideration....
damn database is easy... <- take this one and go for files if not sustainable 
enought.

>
>
>
> markb



-- 
---
Børge Holen
http://www.arivene.net

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to