Re: Using Simple Input/Output Buffers with Synapse

2008-05-25 Thread Asankha C. Perera
Hi Oleg ... I also have a question on the Shared buffer class.. in SharedInputBuffer::consumeContent() why do you suspendInput if totalRead > 0? This does not mean that the buffer

Re: Using Simple Input/Output Buffers with Synapse

2008-05-25 Thread Oleg Kalnichevski
On Sun, 2008-05-25 at 01:17 +0530, Asankha C. Perera wrote: > Hi Oleg > ... > I also have a question on the Shared buffer class.. in > SharedInputBuffer::consumeContent() > > > why

Re: Using Simple Input/Output Buffers with Synapse

2008-05-24 Thread Asankha C. Perera
Hi Oleg I was able to get this one working with the simple buffers (slightly modified).. but the OFM errors were common with large payloads, and thus wanted to use throttling too.. However, now I have an issue when keepalive server side sockets are being used. It seems like I need to request

Re: Using Simple Input/Output Buffers with Synapse

2008-05-22 Thread Oleg Kalnichevski
Asankha C. Perera wrote: Hi Oleg I first tried to do the throttling version for Synapse, but didn't really get to a stable point last night.. and thus, looked at using the simple buffers first as you suggested.. I am now getting the following exception, and am trying to figure out what went

Using Simple Input/Output Buffers with Synapse

2008-05-22 Thread Asankha C. Perera
Hi Oleg I first tried to do the throttling version for Synapse, but didn't really get to a stable point last night.. and thus, looked at using the simple buffers first as you suggested.. I am now getting the following exception, and am trying to figure out what went wrong.. but I will have t