Re: [twsocket] What is the easiest way to setup TCP_NODELAY fortheserver side?

2008-06-20 Thread Arno Garrels
Dimitry Timokhov wrote:
 Hi
 
 That should be ok.
 
 I see - everythink is OK with my code (I'm having hard tests now).
 
 
 However it's not required to call setsockopt at all,
  you can set ComponentOptions of your derived client class in the
  constructor as well.
 
 Really?
 As I see there is one place where ComponentOptions is used - it is
 Connect method. But Connect is not call on the server side as I see.
 Am I wrong? May be i missed something?

Of course you are right, I did not check the source code before answering, 
arrg...

--
Arno Garrels

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] What is the easiest way to setup TCP_NODELAY fortheserver side?

2008-06-20 Thread Dimitry Timokhov
As final answer - my source code is the only way to setup the NODELAY
on server side for client socket. Am I right?

2008/6/20, Arno Garrels [EMAIL PROTECTED]:
 Dimitry Timokhov wrote:
   Hi
  
   That should be ok.
  
   I see - everythink is OK with my code (I'm having hard tests now).
  
  
   However it's not required to call setsockopt at all,
you can set ComponentOptions of your derived client class in the
constructor as well.
  
   Really?
   As I see there is one place where ComponentOptions is used - it is
   Connect method. But Connect is not call on the server side as I see.
   Am I wrong? May be i missed something?


 Of course you are right, I did not check the source code before answering, 
 arrg...


  --
  Arno Garrels

  --
  To unsubscribe or change your settings for TWSocket mailing list
  please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be



-- 
Best regards,
Dimitry Timokhov
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be