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 pi...@apache.org on 2008/01/24 10:15:20 UTC

svn commit: r614825 - /webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c

Author: pini
Date: Thu Jan 24 01:15:10 2008
New Revision: 614825

URL: http://svn.apache.org/viewvc?rev=614825&view=rev
Log:
Fixing jira issue 774

Modified:
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c

Modified: webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c?rev=614825&r1=614824&r2=614825&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c (original)
+++ webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c Thu Jan 24 01:15:10 2008
@@ -125,7 +125,7 @@
             /* We are done with the callback */
             break;
         }
-        AXIS2_SLEEP(1);
+        AXIS2_USLEEP(100);
         count++;
     }
 



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