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

Annotation of /rpms/mod_perl/sme10/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)
Sun Feb 7 14:22:14 2016 UTC (8 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: mod_perl-2_0_4-11_1_el7_sme, HEAD
* Sun Feb 7 2016 stephane de labrusse <stephdl@de-labrusse.fr> 2.0.4-11.1
- Build new rpm for sme10

1 stephdl 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