You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2007/12/14 11:41:52 UTC

svn commit: r604152 - /webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c

Author: nandika
Date: Fri Dec 14 02:41:51 2007
New Revision: 604152

URL: http://svn.apache.org/viewvc?rev=604152&view=rev
Log:
thread_exit function commented

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c?rev=604152&r1=604151&r2=604152&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c Fri Dec 14 02:41:51 2007
@@ -293,9 +293,10 @@
         axutil_free_thread_env(thread_env);
         thread_env = NULL;
     }
+/*
 #ifdef AXIS2_SVR_MULTI_THREADED
     axutil_thread_pool_exit_thread(env->thread_pool, thd);
 #endif
-
+*/
     return NULL;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org