|
From: Lionel B. <lio...@bo...> - 2005-07-26 11:25:35
|
Rupa Schomaker (lists) wrote the following on 26.07.2005 12:15 :
>On 7/26/2005 2:04 AM, Rupa Schomaker (lists) wrote:
>
>
>>clean_method = sync # sync : cleanup is done in the main process,
>>
>>
>
>Is it clean_method or cleanup_method? I now have both in my
>sqlgrey.conf file set to sync.
>
>75: $dflt{clean_method} = 'sync';
>and then
>1403: if ($self->{sqlgrey}{cleanup_method} eq 'sync') {
>
>
>
Hum...
Good catch. I'll patch the code to properly support "clean_method" as
specified in the example sqlgrey.conf. Putting "cleanup_method = sync"
in sqlgrey.conf should indeed avoid the fork in 1.6.4
Lionel
|