Re: EAGAIN Error while processing a batch of transaction messages.

2007-03-28 Thread Warren Young
neo napster wrote: I am soory for that, we did not use NOWAIT option, Then please keep working to improve your English writing skills. You won't get very good help if you ask questions that are different from than the ones you actually want answers to. then can i know why we will get this

Re: EAGAIN Error while processing a batch of transaction messages.

2007-03-27 Thread neo napster
Thanks immediate response. I am soory for that, we did not use NOWAIT option, then can i know why we will get this error? - Original Message From: Warren Young <[EMAIL PROTECTED]> To: Cygwin-L Sent: Wednesday, 28 March, 2007 11:06:53 AM Subject: Re: EAGAIN Error while proces

Re: EAGAIN Error while processing a batch of transaction messages.

2007-03-27 Thread Warren Young
neo napster wrote: My applications want to process messages in Block mode so i am using NOWAIT option. You've just contradicted yourself. NOWAIT means non-blocking. If you want your program to block, waiting for messages, you don't set the NOWAIT option... you wait. That's what blocking

EAGAIN Error while processing a batch of transaction messages.

2007-03-27 Thread neo napster
When i am processing a batch of transaction messages i am getting EAGAIN -- need more resources but caller doesn't want to wait. My applications want to process messages in Block mode so i am using NOWAIT option. I am using following settings: MSGINFO: MSGMNB 65535 MSGMNI 400 MSGTQL 600 MS