/[smeserver]/rpms/mod_perl/sme9/mod_perl-2.0.4-tipool-race.patch
ViewVC logotype

Annotation of /rpms/mod_perl/sme9/mod_perl-2.0.4-tipool-race.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Apr 23 00:24:53 2014 UTC (10 years, 1 month ago) by wellsi
Branch: MAIN
CVS Tags: mod_perl-2_0_4-11_1_el6_sme, mod_perl-2_0_4-11_el6_5, mod_perl-2_0_4-12_1_el6_sme, mod_perl-2_0_4-11_el6_sme, HEAD
Upstream import

1 wellsi 1.1 --- a/src/modules/perl/modperl_tipool.c 2012/03/11 19:09:20 1299428
2     +++ b/src/modules/perl/modperl_tipool.c 2012/03/11 19:09:47 1299429
3     @@ -328,9 +328,9 @@
4     MP_TRACE_i(MP_FUNC, "0x%lx now available (%d in use, %d running)",
5     (unsigned long)listp->data, tipool->in_use, tipool->size);
6    
7     + modperl_tipool_broadcast(tipool);
8     if (tipool->in_use == (tipool->cfg->max - 1)) {
9     /* hurry up, another thread may be blocking */
10     - modperl_tipool_broadcast(tipool);
11     modperl_tipool_unlock(tipool);
12     return;
13     }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed