Search found 2 matches

by joel
Mon Apr 27, 2015 6:43 am
Forum: Support - RCF
Topic: IO Service Association in Win32NamedPipeClientTransport
Replies: 3
Views: 6131

Re: IO Service Association in Win32NamedPipeClientTransport

Hi Jarl, Sorry if my previous email was too vague. There's only one deadline timer per callback connection, but the deadline timer is rescheduled for each async read/write, and a new AmiTimerHandler object is allocated for each new reschedule. In my case, when I run my stress tests with high load, t...
by joel
Thu Apr 23, 2015 12:08 pm
Forum: Support - RCF
Topic: IO Service Association in Win32NamedPipeClientTransport
Replies: 3
Views: 6131

IO Service Association in Win32NamedPipeClientTransport

Hi Jarl! In the IO service association methods and some specific constructors in the Win32NamedClientTransport the deadline timer is associated with the AMI Pool IO Service instead of the IO Service provided with the function. In my setup I have a server which creates callback connections using the ...