I'm not sure if HEAD would work.
Basically, I'm trying to read a directory's files.
After I confirm a file exists and doesn't have zero
size I check that it has the appropriate extension
for the directory then I add the directory address,
file name and extension to a table in our database.

It used to be easy when I was using php on a single
server system (which is what I'm migrating from.) Now
that I am using a two server system it's a little tricker.

Thanks,
Boysenberry

This message contains information that is confidential
and proprietary to Humaniteque and / or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.

http://www.habitatlife.com
The World's Best Site Builder
On Aug 1, 2005, at 5:12 PM, Philippe M. Chiasson wrote:

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?

Wouldn't HTTP HEAD request achieve this fairly nicely ?

I am not sure you have described the actual problem you are trying to solve.
Why is that information needed and how is it being used?

--
Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5

Reply via email to