You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2005/09/18 02:35:50 UTC

Re: svn commit: r289845 - in /httpd/mod_smtpd/trunk/modules/queue: ./ mod_smtpd_queue_postfix/ mod_smtpd_queue_postfix/mod_smtpd_queue_postfix.c

On 9/17/05, soc-rian@apache.org <so...@apache.org> wrote:

> +static int cleanup_socket;

This global worries me.  How will it behave in a multithreaded MPM?

-garrett

Re: svn commit: r289845 - in /httpd/mod_smtpd/trunk/modules/queue: ./ mod_smtpd_queue_postfix/ mod_smtpd_queue_postfix/mod_smtpd_queue_postfix.c

Posted by Rian Hunter <ri...@MIT.EDU>.
On Sep 17, 2005, at 8:35 PM, Garrett Rooney wrote:

> On 9/17/05, soc-rian@apache.org <so...@apache.org> wrote:
>
>
>> +static int cleanup_socket;
>>
>
> This global worries me.  How will it behave in a multithreaded MPM?
>
> -garrett
>

Right, I'll fix that up.
-rian