Re: Updating a single line in a file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Replies inlined.

Why dont you use a database for this?  You will run into race
conditions at some point.

If you need a file based database take a look at sqlite.

Curt.
--
About the race conditions, I didn't mentionned I had some extras code to care about concurrent writing on the file About database, I know that will be the best, but on this small site, I can't use full database!
That's why they suggested a sqlite database, which uses a single file.

Thank you for your answer
SR

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux