Performance between CYGWIN V1.3 & V1.5

2008-02-18 Thread neo napster
Hi, On CYGWIN V1.3, when I increase the process (Multi-Process) of the Application, the performance is comparably good when I have less process running. But when I moved the Application to CYGWIN V1.5, when I increase the process of the Application, the performance is bad when I have single pro

Difference between transport_socket and transport_pipes?

2007-03-30 Thread neo napster
Can I know the difference transport_socket and transport_pipes classess? And which case these will be used? With Regards, Neo. ___ Inbox full of unwanted email? Get leading protection and 1GB storage with All New Yahoo!

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

2007-03-27 Thread neo napster
sing a batch of transaction messages. 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'

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

what is the use of defining __CYGWIN__ variable?

2007-03-26 Thread neo napster
I want to Know what is use of defining __CYGWIN__ variable. What effect it gives cygserver program? With Regards, Neo. ___ Now you can scan emails quickly with a reading pane. Get the new Yahoo! Mail. http://uk.docs

CYGWIN on win2k and win2k3.

2007-03-25 Thread neo napster
I am using Win2000 and CYGWIN 1.3 our applications are working fine. But when the Windows version is upgraded to 2003 and using same version of ygwin we had problem. (100% CPU Usage and Error, messageQ semaphore not equal to zero.) As suggested by CYGWIN, we also upgraded the cygwin to 1.5 versio

Sysdef Command not avaliable?

2007-03-21 Thread neo napster
In Unix, we have sysdef command to know the system wide defined values with sysdef command. Can I know what is similiar command in Cygwin? Or how would I get to know system wide defined values in Cygwin? Please Suggest... With Regards, Neo.

How to Set MSGMAX value?

2007-03-21 Thread neo napster
In Cygipc, MSGMAX can be defined in msg.h. I am using a value of 4096. Similarly, I want to know how do we set same value in Cygserver? Please suggest... ___ What kind of emailer are you? Find out today - get a free anal

Re: Smctl Method Returns Failure.

2007-03-12 Thread neo napster
semid but i want to know why it is failing in semctl method? With Regards, Neo. - Original Message From: Igor Peshansky <[EMAIL PROTECTED]> To: neo napster <[EMAIL PROTECTED]> Cc: cygwin@cygwin.com Sent: Monday, 12 March, 2007 8:55:15 PM Subject: Re: Smctl Method Returns Fail

Re: Smctl Method Returns Failure.

2007-03-12 Thread neo napster
semid, int semnum, int cmd, ...) With Regards, Neo. - Original Message From: Corinna Vinschen <[EMAIL PROTECTED]> To: cygwin cygwin Sent: Monday, 12 March, 2007 6:16:01 PM Subject: Re: Smctl Method Returns Failure. On Mar 12 11:22, neo napster wrote: > We are making calls to

Smctl Method Returns Failure.

2007-03-11 Thread neo napster
We are making calls to Cygserver methods from our applications, the below call we are doing: semctl (int semid, int semnum, int cmd). but the Cygserver is returning Failure from this method. When we kept debugs in Cygserver we got the following message: -1 [22] = semctl () Can any one suggest

Re: Difference Between CYGIPC And CYGServer

2007-03-09 Thread neo napster
After goining through the code of shm.h and shm.c of Cygipc V1.09 that we are using, we have noticed that in function ShmCtl we have introduced logic to do the following: 1. Detach all PIDs from the passed Shared Memory Id. 2. Detach the PID of the process calling this function from all the

Re: Difference Between CYGIPC And CYGServer

2007-03-06 Thread neo napster
cygwin@cygwin.com Sent: Tuesday, 6 March, 2007 2:12:02 PM Subject: Re: Difference Between CYGIPC And CYGServer On Mar 6 10:46, neo napster wrote: > When compiling we are getting the following error: > > apitest.c:28:31: ipc.h: No such file or directory > apitest.c:29:31: shm.h: No such

Re: Difference Between CYGIPC And CYGServer

2007-03-05 Thread neo napster
AIL PROTECTED]> To: cygwin cygwin Sent: Monday, 5 March, 2007 7:51:45 PM Subject: Re: Difference Between CYGIPC And CYGServer On Mar 5 19:32, neo napster wrote: > I have tried the suggested solution, but compilation failed as we have > included "compilation failed" is e

Re: Difference Between CYGIPC And CYGServer

2007-03-05 Thread neo napster
:39 PM Subject: Re: Difference Between CYGIPC And CYGServer neo napster wrote: > I have a few queries regarding cygserver and cygipc. > what will be the impact to move from cygipc to cygserver? > I have some systems programs which make calls to the CYGIPC, > since these programs a

Difference Between CYGIPC And CYGServer

2007-03-01 Thread neo napster
Hi, I have a few queries regarding cygserver and cygipc. what will be the impact to move from cygipc to cygserver? I have some systems programs which make calls to the CYGIPC, since these programs are coded long back. Can you please give us an idea of the things that need to be done to move f

System Error 3 has Occured --- The System cannot find the path specified

2007-03-01 Thread neo napster
Hi, We were trying to just get the cygserver up and running. We have successfully installed cygserver. But, when starting Cygserver (net start cygserver), the following error occurs: "System Error 3 has Occured --- The System cannot find the path specified". I have checked services.msc for

Re: 100% CPU Usage and Error Message: Error, messageQ semaphore not equal to zero.

2007-02-28 Thread neo napster
@cygwin.com Sent: Friday, 23 February, 2007 6:13:04 PM Subject: Re: 100% CPU Usage and Error Message: Error, messageQ semaphore not equal to zero. On Feb 23 17:55, neo napster wrote: > Hi, > > I am using the below system configuration: > > 1. Windows 2003 > 2. CYGWin 1.3

Re: 100% CPU Usage and Error Message: Error, messageQ semaphore not equal to zero.

2007-02-23 Thread neo napster
0% CPU Usage and Error Message: Error, messageQ semaphore not equal to zero. On Feb 23 17:55, neo napster wrote: > Hi, > > I am using the below system configuration: > > 1. Windows 2003 > 2. CYGWin 1.3 and CYGIPC 1.09 > 3. MyApplication created in COBOL i.e., cobol

100% CPU Usage and Error Message: Error, messageQ semaphore not equal to zero.

2007-02-23 Thread neo napster
Hi, I am using the below system configuration: 1. Windows 2003 2. CYGWin 1.3 and CYGIPC 1.09 3. MyApplication created in COBOL i.e., cobol dll's MyApplication is loaded on CYGWin and i start it through bash prompt . When i start MyApplication, i will specify how many process should be loaded