Boysenberry Payne wrote:
Hello All,

I've got a two server platform one a static server for files and runs the mysql server and the other runs mod_perl. I'm trying to figure out the fastest way to get info on directories and files from the static server to the mod_perl server. Right now I'm using Net::FTP which is really slow, especially when they're a lot of files. Unfortunately, I need to check the file info quite frequently. I was wondering if anyone knew what was the fast way to get this info, LDAP,
SSH, etc?
You might try an NFS mount between the too.

mount_nfs -L server:/path /local/path
(FreeBSD)

Reply via email to