Author: damitha
Date: Thu Dec  6 23:58:15 2007
New Revision: 602014

URL: http://svn.apache.org/viewvc?rev=602014&view=rev
Log:
increasing terminate delay from 4 to 16 seconds

Modified:
    webservices/sandesha/trunk/c/include/sandesha2_constants.h
    webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c

Modified: webservices/sandesha/trunk/c/include/sandesha2_constants.h
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_constants.h?rev=602014&r1=602013&r2=602014&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_constants.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_constants.h Thu Dec  6 
23:58:15 2007
@@ -427,7 +427,7 @@
 
        #define SANDESHA2_CLIENT_SLEEP_TIME  4 /* 32 16 */
 
-       #define SANDESHA2_TERMINATE_DELAY  4 /* In seconds */
+       #define SANDESHA2_TERMINATE_DELAY  16 /* In seconds */
 
        #define SANDESHA2_TEMP_SEQ_ID  "uuid:tempID"
 

Modified: webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c?rev=602014&r1=602013&r2=602014&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c Thu Dec  6 
23:58:15 2007
@@ -198,7 +198,7 @@
     axis2_callback_set_on_error(callback3, rm_echo_callback_on_error);
     axis2_svc_client_send_receive_non_blocking(svc_client, env, payload, 
callback3);
     wait_on_callback(env, callback3);
-    AXIS2_SLEEP(2 * SANDESHA2_MAX_COUNT);
+    AXIS2_SLEEP(4 * SANDESHA2_MAX_COUNT);
     AXIS2_FREE(env->allocator, seq_key);
     if (svc_client)
     {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to