Rank: Newbie Groups: Member
Joined: 8/7/2009 Posts: 1 Points: 3 Location: India
|
Hi,
There is little technical information available on XF. does you server uses Nagle by default ?? I dont want to use Nagle in order to deliver the message immediately... please clarify on this... we are looking forward for the enterprise solution if more technical details on your implementations are available.
|
Rank: Administration Groups: Administration
Joined: 2/15/2008 Posts: 130 Points: 835
|
Hi,
XF uses Nagle by default(same as windows sockets). You will be able to control Nagle using NoDelay option in new release. If it is enabled then Nagle is disabled.
|