![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
win32 forking and threadsby Anonymous Monk |
on Jul 17, 2002 at 04:54 UTC ( #182330=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: hi. i have an ftp program that will automatically upload and download from a site every hour. i have a win32::gui frontend for it so when it starts uploading or downloading the gui effectively freezes until its finished. in the upload and download subroutine i tried putting in
but when i try to run it i get an error saying bizarre svtype 30. so then i tried using threads but i'm told that this perl was built for use with ithreads. and i read perldoc Thread which says the same thing, so then how do i use ithreads? i'm running activestate perl 5.6.1.631 and 5.6.1 compiled with the USE_MULTI, USE_ITHREADS and USE_IMP_SYS flags on windows 98se. it does the same thing on both builds. thanx in advance
Back to
Seekers of Perl Wisdom
|
|