+--- 0.7.11 2004/03/01 Internal release.
+
+Fix pre_init to prevent spawn if it is already queued.
+
--- 0.7.10 2004/02/27 Internal release.
Make workaround for FILE handles for libxml2 on Solaris where
* Copyright (c) 1998-2004, Index Data.
* See the file LICENSE for details.
*
- * $Id: yaz-proxy.cpp,v 1.105 2004-02-27 00:42:58 adam Exp $
+ * $Id: yaz-proxy.cpp,v 1.106 2004-03-01 17:01:52 adam Exp $
*/
#include <unistd.h>
"sparew=%d preinit=%d",m_session_str,
name, zurl_in_use[j], in_use, other,
spare, spare_waiting, pre_init);
- if (spare < pre_init)
+ if (spare + spare_waiting < pre_init)
{
c = new Yaz_ProxyClient(m_PDU_Observable->clone(), this);
c->m_next = m_clientPool;