Changeset 11059


Ignore:
Timestamp:
03/10/10 20:33:09 (2 years ago)
Author:
adamk
Message:

The SlaveDriver? optimisation turns out to be utterly fatal to Padre for the moment, because parts of the task manager expect a cloned copy of the entire Padre application.

Temporarily disabling the optimisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Startup.pm

    r11058 r11059  
    165165    # driver as early as we possibly can so we reduce the amount of 
    166166    # wasted memory copying to a minimum. 
    167     if ( $setting{threads} ) { 
     167    if ( $setting{threads} and 0 ) { 
    168168        require Padre::SlaveDriver; 
    169169        Padre::SlaveDriver->new; 
Note: See TracChangeset for help on using the changeset viewer.