Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Threads slurping a directory and processing before conclusion

by jdrago999 (Pilgrim)
on Aug 22, 2011 at 21:55 UTC ( [id://921753]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    create table job_lists (
      job_list_id  bigint unsigned not null primary key auto_increment,
    ...
      foreign key fk_jobs_to_job_lists (job_list_id)
        references job_lists (job_list_id) on delete cascade
    ) engine=innodb charset=utf8;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
      # Do your thing here...
    }# end process_job()
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://921753]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-24 05:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found