View Full Version : perl and mysql
aardvarkf
February 11th, 2001, 21:35
I've had problems with some text files being deleted by my cgi scripts when they get used too many times. I heard that that won't happen with mysql. I looked for a tutorial on how to use it in a script, but I couldn't find one. Can anyone help my out or point my in the right direction? Thanks.
melz
February 12th, 2001, 01:37
try locking your files using flock()
aardvarkf
February 13th, 2001, 07:45
I do use that, but it still happens when the script is used a couple thousand times a day.
Zef Hemel
February 13th, 2001, 22:48
This one is good:
http://www.inlink.com/~perlguy/sql/
Good luck
aardvarkf
February 14th, 2001, 12:46
Thanks, I'll check it out.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.