You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brad Nicholes <BN...@novell.com> on 2000/11/09 17:09:08 UTC

[PATCH] Threading changes

    The attached patch contains a change in the way threads are created in NetWare.  Each thread must be created in its own thread group to insure that any context change applies only to the thread in which the change was made.  It also contains a typedef change to match the NetWare SDK.