Changeset 5022

Show
Ignore:
Timestamp:
11/11/09 10:24:38 (4 months ago)
Author:
asawada
Message:

Throttle free for win32. bugzid:103069.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/lib/MT/App/Search.pm

    r4909 r5022  
    11311131    } 
    11321132 
    1133     unless ( $^O eq 'MSWin32' ) { 
    1134  
     1133    if ( $^O eq 'MSWin32' ) { 
     1134        $$result = 1;         #FIXME 
     1135    } 
     1136    else { 
    11351137        # Use SIGALRM to stop processing in 5 seconds for each request 
    11361138        $SIG{ALRM} = sub {