If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Perl and the DBI > Asyncronous Perl question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-10-05, 13:57
MCrowley MCrowley is offline
Wage drone 24601
 
Join Date: Jan 2003
Location: Massachusetts
Posts: 4,900
Asyncronous Perl question

I am trying to get a perl script to make some asyncronous calls to some really long database queries on multple servers. However, I can not seem to get the sample at
http://search.cpan.org/~mjd/Async-0.10/Async.pm
to work correctly. I expect it to print the time several times (4 or 5 times, in fact) but it only ever prints it once. The only thing I can think of is that the property $proc->result is not returning false properly. Has anyone run into this sort of thing, or do they see anything remarkably wrong in the toss off example?

For reference my setup is Windows XP SP2 with Activestate Perl v5.8.0. I am using async 0.1 as in the link above.

Any help will be appreciated. Thanks.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On