Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Issues with Win32 Perl Modules?

Reply
Thread Tools

Issues with Win32 Perl Modules?

 
 
Terry
Guest
Posts: n/a
 
      06-30-2004
Hi all,

I am helping someone to investigate a problem with a perl tool that we
are using. The problem is completely random and it does not produce
any errors.

The tool is supposed to encrypt some data and transfer them to an ftp
server (at the moment this is a local directory). However, not all the
files are encrypted and copied. As a result when trying to get the
files from the ftp server, we get an error that not all the files are
present in the remote directory.

If I run the script again, it will go and encrypt/copy the remaining
of the files no problem. It is worth mentioning here that the scripts
are using some shared resources (configuration files in shared
directories) but only for reading. The nature of the problem suggests
to me that it is very possible to be a racing condition. I know (from
the people who implemented the scripts initially) that there is a
configuration option (that I am not using btw) to disable the usage of
Win32 Perl modules because they have been known to have some bugs in
certain versions of perl. However, in the script's documentation it is
mentioned that if Win32 Perl modules are disabled, the processes will
not be protected from accessing shared resources.

I am using Perl version 5.8.1 Build 807. The compiled time options
are:

Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS

Are there any known bugs in the Win32 Perl modules in Perl v5.8.1 that
you might think that are related to the problems that I see?

Thanks in advance,

Terry
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
python-ldap/win32 or python/ldap/win32 rcmn Python 1 11-06-2006 11:47 PM
win32 process information, using win32 extension Java and Swing Python 1 10-24-2005 09:13 PM
RE: win32 process information, using win32 extension Tim Golden Python 0 10-21-2005 02:18 PM
Hmmm... problems with CPAN (MakeMaker?) on Win32+MSYS or Win32+UnixUtils and others Alex Lyman Perl 0 03-07-2004 05:10 PM
Win32::SAPI4 question (Win32 events and Perl) Michael Edmonson Perl Misc 0 02-28-2004 03:20 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57