divinecomedy
Programmer
Hi, I am a Perl newbie so please bear with me. I have two scripts both of which are fired up from unix cron. One of them will write some files to a directory while the other one will FTP them to somewhere else. Assuming script 1 ( reading ) and script 2 ( writing ) are doing their stuff at the same time, can it be that script 1 will FTP an incomplete file or is the file system locked when script 2 is doing the writing ?
Due to requirements I can't combine the two. Please offer any possible solutions. Thanks.
Due to requirements I can't combine the two. Please offer any possible solutions. Thanks.