<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/php-tuxedo/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/php-tuxedo/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/php-tuxedo/bugs/</id><updated>2002-06-04T01:16:40Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>tpinit failures in Tuxedo 8.0</title><link href="https://sourceforge.net/p/php-tuxedo/bugs/1/" rel="alternate"/><published>2002-06-04T01:16:40Z</published><updated>2002-06-04T01:16:40Z</updated><author><name>Brian Foddy</name><uri>https://sourceforge.net/u/bfoddy/</uri></author><id>https://sourceforge.net6df4bf5d28d7fde02f0ea496f166605c214ac958</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After several successful tpinit calls, seems&lt;br /&gt;
once an apache daemon closes down tpinit&lt;br /&gt;
failures start.  problem seems caused by&lt;br /&gt;
multi-threaded behavior of Tuxedo 8.0.&lt;/p&gt;
&lt;p&gt;A patch will be released soon, but a short-term&lt;br /&gt;
work around seems to be:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://edocs.beasys.com/tuxedo/tux80/atmi/pbthr13.htm" rel="nofollow"&gt;http://edocs.beasys.com/tuxedo/tux80/atmi/pbthr13.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;amp;quot;To join an application, a multithreaded Workstation&lt;br /&gt;
client must always call&lt;br /&gt;
tpinit(3c) with the TPMULTICONTEXTS flag set, even if&lt;br /&gt;
the client is running&lt;br /&gt;
in single-context mode.&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;This looks like a new flag that I don't have a predefined&lt;br /&gt;
value for, so add something like this to php_tuxedo.c and&lt;br /&gt;
then use it in the flags:&lt;/p&gt;
&lt;p&gt;REGISTER_LONG_CONSTANT(&amp;amp;quot;TUX_TPMULTICONTEXTS&amp;amp;quot;,&lt;br /&gt;
PMULTICONTEXTS, CONSTANT_FLAG);&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>