Hi all, I want to create a database with links to files from my server and from other servers and for each link there is an ID. If a visitor wants to download a file, they click a link from a HTML page, and the link looks like: http://myServer.com/cgi-bin/download?file=123
My kind of database works fine. What I would like to know is if this text file with ID's and links can be opened in the same time by more web page visitors. The file will be opened only for reading and not for writing. Is possible that more visitors use this database in the same time? If it is not possible, what would you recommend? Should I create a lock file and put the visitors to wait until the file is closed by other visitors that opened the file? Thank you! Teddy, [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]