Changeset 11023
- Timestamp:
- 03/08/10 23:18:35 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/SlaveDriver.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/SlaveDriver.pm
r11022 r11023 217 217 while ( my $args = $inqueue->dequeue ) { # args is frozen [$main, $queue] 218 218 last if $args eq 'STOP'; 219 my $task_queue = Padre::SlaveDriver->new->task_queue;219 my $task_queue = Padre::SlaveDriver->new->task_queue; 220 220 221 221 # Apply the database anti-lock, so there are no active DBI connection
Note: See TracChangeset
for help on using the changeset viewer.
