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 process running.

I am using the below Cygserver Settings:

kern.srv.request_threads 50
kern.ipc.msgseg 2048
kern.ipc.msgssz 256
kern.ipc.msgmnb 65535
kern.ipc.msgtql 400
And the Semaphore and Shared memory Parameters are default.


Can anyone suggest?

Cheers,
Neo.


  __
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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! Mail. http://uk.docs.yahoo.com/nowyoucan.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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
MSGMAP 602
MSGSSZ  128
MSGSEG  8192

Please Suggest... 

If Needed More Details, please request.

With Regards,
Neo.



___ 
What kind of emailer are you? Find out today - get a free analysis of your 
email personality. Take the quiz at the Yahoo! Mail Championship. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 cygwin@cygwin.com
Sent: Wednesday, 28 March, 2007 11:06:53 AM
Subject: Re: EAGAIN Error while processing 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't set the 
NOWAIT option... you wait.  That's what blocking means.

If you do indeed want to do non-blocking, then EAGAIN is *absolutely 
normal*.  It's supposed to do that.

Get a book on Unix network programming, and take the problem up on a 
Unix network programming mailing list.  This is not a Cygwin issue. 
This is a newbie programmer issue.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



___ 
The all-new Yahoo! Mail goes wherever you go - free your email address from 
your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



CYGWIN on win2k and win2k3.

2007-03-26 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 version and used Cygserver. 
But with this also we are having the same problem.

I am using the following configuration
(this configuration is similar to old version):

MSGINFO:

MSGMAX:4096
MSGMNI:50
MSGTQL:400
MSGMAP:402
MSGMNB:16384

SEMINFO:

SEMMNI:200
SEMMNS:128
SEMMNU:150

SHMINFO:

SHMMNI:100
SHMMAX:200

I am also getting the error: EAGAIN no more processes.

Please Suggest...


With Regards,
Neo.



___ 
Copy addresses and emails from any email account to Yahoo! Mail - quick, easy 
and free. http://uk.docs.yahoo.com/trueswitch2.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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.yahoo.com/nowyoucan.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 analysis of your 
email personality. Take the quiz at the Yahoo! Mail Championship. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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.





___ 
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at 
the Yahoo! Mail Championships. Plus: play games and win prizes. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Smctl Method Returns Failure.

2007-03-12 Thread neo napster
From my application : the calling semctl as follow:
method name()
{
int cntr=0
union semun semopts;
semopts.val=1
semctl ( *sid, cntr, SETVAL, semopts);
}

Am i calling the semctl in correct format? If so why am i getting the error?

If i look into sem.cc it is defined as follows:

semctl (int semid, int semnum, int cmd, ...)

With Regards,
Neo.
- Original Message 
From: Corinna Vinschen [EMAIL PROTECTED]
To: cygwin cygwin cygwin@cygwin.com
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 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 on this..

Errno 22 = EINVAL.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/





___ 
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at 
the Yahoo! Mail Championships. Plus: play games and win prizes. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Smctl Method Returns Failure.

2007-03-12 Thread neo napster
I have Started Cygserver Sucessfully and when i give ipcs command 
i am able to get the details. Under Semaphore it shows one semaphore id with
following details:

semid   semkey   
65536   51397905  

If i am able to create the semaphore, i.e., semget is returning
the 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 Failure.


http://cygwin.com/acronyms/#PCYMTWLL.  Thanks.

On Mon, 12 Mar 2007, neo napster wrote:

 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 on this..

As Corinna mentioned, error 22 == EINVAL, which is sometimes rendered as
Bad system call.  For more details, see
http://cygwin.com/faq/faq.programming.html#faq.programming.ipc.
HTH,
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fLa.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Freedom is just another word for nothing left to lose...  -- Janis Joplin



___ 
The all-new Yahoo! Mail goes wherever you go - free your email address from 
your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 on this..



___ 
What kind of emailer are you? Find out today - get a free analysis of your 
email personality. Take the quiz at the Yahoo! Mail Championship. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 shared memories present in the system.
3. Detach all dead PIDs from the passed Shared Memory Id, 
if they are left unattached before dying.
4. Detach all dead PIDs from all the Shared Memories persent in the system, 
if they  are left unattached before dying.

If we use Cygserver, can we achive these without making chages to cygserver 
code. 
Can we know whether the above mentioned points are covered in Cygserver?


Thanks,
Neo.





___ 
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at 
the Yahoo! Mail Championships. Plus: play games and win prizes. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Difference Between CYGIPC And CYGServer

2007-03-06 Thread neo napster
All,

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 shared 
memories 
present in the system.
3. Detach all dead PIDs from the passed Shared Memory Id, if they are left 
unattached
before dying.
4. Detach all dead PIDs from all the Shared Memories persent in the system, if 
they 
are left unattached before dying.

If we use Cygserver, can we achive these without making chages to cygserver 
code. 
We would rather be comfortable changing our application code. Can we achieve 
these 
by calling Shmdt function from our application?

Thanks,
Neo.



- Original Message 
From: Corinna Vinschen [EMAIL PROTECTED]
To: 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 file or directory

These files are under sys, so you have to include sys/ipc.h, sys/shm.h,
etc., as required by SUSv3.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



___ 
All New Yahoo! Mail – Tired of unwanted email come-ons? Let our SpamGuard 
protect you. http://uk.docs.yahoo.com/nowyoucan.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Difference Between CYGIPC And CYGServer

2007-03-05 Thread neo napster
I have tried the suggested solution, but compilation failed as we have included 
 
the following calls to Cygipc:
semctl, semget, semop
shmtcl, shmget, shmat, shmdt
msgctl, msgget, msgsnd, msgrcv
and also included header files like ipc.h,sem.h,shm.h in our application

If i have to sucessfully compile and run our application, what are the 
corresponding calls 
and header files that i have to include in our application to run with 
Cygserver.

Please suggest.

- Original Message 
From: Charles Wilson [EMAIL PROTECTED]
To: cygwin@cygwin.com
Sent: Friday, 2 March, 2007 11:24: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 are coded long back.
 
 Can you please give us an idea of the things that need to be done 
 to move from cygipc to cygserver. Our programs are coded in C.

Both provide (some) of the standard IPC calls.  Both cygipc and 
cygserver implement the BSD interfaces for shared memory, semaphores, 
and message queues. (In cygwin-1.7.0+, cygserver will also implement 
POSIX-compliant shared memory objects and message queues).

cygipc is practically unmaintained -- and the code quality is, er, less 
than ideal.  cygserver is actively maintained and coded to a much higher 
standard.

Since both, today, implement the same BSD-derived interface[see (4), 
below], to move from one to the other, you should simply

(1) stop using -I/usr/include/cygipc in your build
(1) stop using -lcygipc2 in your build
(3) don't run ipc-daemon2.exe; instead, run /usr/bin/cygserver-config 
and follow the instructions.
(4) remove calls to
   cygipc_set_err_handler
   cygipc_get_err_handler
   cygipc_set_debug
   cygipc_get_debug
   cygipc_tracing_enabled
cygserver uses Win32 event logging for error and debug handling, so
these hacks provided by cygipc are unnecessary.

--
Chuck

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



___ 
Now you can scan emails quickly with a reading pane. Get the new Yahoo! Mail. 
http://uk.docs.yahoo.com/nowyoucan.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Difference Between CYGIPC And CYGServer

2007-03-05 Thread neo napster
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 file or directory

Since we were told not to include the Cygipc library when building the 
application, 
we have removed the cygipc library and sources from our work directory and 
Include path.
As we have included the following header files and methods of Cygipc in our 
application we
are getting errors when compiling. 
Header Files :  ipc.h,sem.h,shm.h
Calls : semctl, semget, semop
  shmtcl, shmget, shmat, shmdt
  msgctl, msgget, msgsnd, msgrcv

Now that our intension is to use Cygserver, which are the corresponding header 
files and calls we need to include? I understand this is not going to be as 
simple as including the header files and building successfully. 

Thanks
Neo.

- Original Message 
From: Corinna Vinschen [EMAIL PROTECTED]
To: cygwin cygwin cygwin@cygwin.com
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 everything but detailed enough to help.

 - Original Message 
 From: Charles Wilson [EMAIL PROTECTED]


http://cygwin.com/acronyms/#PCYMTNQREAIYR


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



___ 
What kind of emailer are you? Find out today - get a free analysis of your 
email personality. Take the quiz at the Yahoo! Mail Championship. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 the cygserver service, it is installed 
correctly and the path to the exectuable is pointing to cygrunsrv.exe in the 
correct folder. What could be the problem?



Thanks and Regards,
Neo.





___ 
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at 
the Yahoo! Mail Championships. Plus: play games and win prizes. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 from cygipc to cygserver. Our programs are coded in C.

With Regards,
Neo.



___ 
Inbox full of unwanted email? Get leading protection and 1GB storage with All 
New Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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

2007-02-28 Thread neo napster
Hi,

Thanks for your instant reply. I have a few queries regarding cygserver and 
cygipc. We have just started looking into our programs to see what the impact 
will be to move from cygipc to cygserver. 

1. Can you please give us an idea of the things that need to be done to move 
from cygipc to cygserver. Our programs are coded in C.

2. We were trying to just get the cygserver up and running. We have 
successfully installed cyserver. But, when starting Cygserver, the following 
error occurs:

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

I have checked services.msc for the cygserver service, it is installed 
correctly and the path to the exectuable is pointing to cygrunsrv.exe in the 
correct folder. What could be the problem?

Thanks and Regards,
Neo.


- Original Message 
From: Corinna Vinschen [EMAIL PROTECTED]
To: cygwin@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 and CYGIPC 1.09
 3. MyApplication created in COBOL i.e., cobol dll's

The last 1.3 release (1.3.22) is from March 2003.  The first time
Windows 2003 Server got supported was in Cygwin 1.5.0, back in May 2003.
Cygipc has been made redundant beginning November 2003.  It's February
2007.  The conclusion is this:  The software you're using is hopelessly
outdated and not supported anymore for a long time.

Update to the current release 1.5.24 and switch to using Cygserver
instead of Cygipc.  If you still have problems, feel free to ask this
mailing list for help.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



___ 
The all-new Yahoo! Mail goes wherever you go - free your email address from 
your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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 into 
memory. I am starting ipc-daemon as follow: 
ipc-daemon .
 
I am sending thousands of messages to MyApplication for processing and updating 
to the database.
When I specify less number of process to be loaded to memory, i am not getting 
the specified error.
But when i increase the process(Say from 5 to 8) to be loaded, i am getting the 
specified error.
 
I u require any information plz mail me
 
I looking forward for ur status and ur solution.  
 
 
With Regards,
 Neo.



___ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



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

2007-02-23 Thread neo napster
Thanks for the solution.  Can I know This kind of error comes? Can u give me 
some brief explaination or any link about the error message.

- Original Message 
From: Corinna Vinschen [EMAIL PROTECTED]
To: cygwin@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 and CYGIPC 1.09
 3. MyApplication created in COBOL i.e., cobol dll's

The last 1.3 release (1.3.22) is from March 2003.  The first time
Windows 2003 Server got supported was in Cygwin 1.5.0, back in May 2003.
Cygipc has been made redundant beginning November 2003.  It's February
2007.  The conclusion is this:  The software you're using is hopelessly
outdated and not supported anymore for a long time.

Update to the current release 1.5.24 and switch to using Cygserver
instead of Cygipc.  If you still have problems, feel free to ask this
mailing list for help.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



___ 
What kind of emailer are you? Find out today - get a free analysis of your 
email personality. Take the quiz at the Yahoo! Mail Championship. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/