delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/02/17/00:54:05

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:date:message-id:subject:from:to
:content-type; q=dns; s=default; b=b5K+vG4E2SaXGE2ecp/LNgNbAlvZE
lYf00Jv5VzjZt731MjfrGOIHNp0baNjhyJ1Vg0cbZSCgpZVOc5Hf2jk9ZCa4gCO/
tP6YyFJlukhdYb9mFaVT8uWEctPGX6LuFgsjZqr+IJbLSJxzMy/918SsodsN4FWV
sBTibSpbpl/dCU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:date:message-id:subject:from:to
:content-type; s=default; bh=x6VPQpKDsN2M+teDfbSPMlyMQVE=; b=AKc
IQKTfF+VTu9IUVc5/q6JqOHEZ6eVyL3CPzzHj30t4VuDZrFsQ18Fbfle4qIr4vYW
bMH6dVOB3hVeJFWlDm0cpMWsJAeAKmyO7365yNdMZTU0NRqAZngdTSaMTkEArKdL
wg514ZSNUHvFCREIG5NT9oF2UM/+pYzrCXzb64Ek=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.6 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Communication, cup, ipc, IPC
X-HELO: mail-lf0-f42.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=ZtQB+2dnH/jCnEGMSMikWY4RS63GlHMMoZk0/Te3GL4=; b=SC+X2pbGOlbQ03O+witkXeqchCfGreb3afzMYKG2sEXuWb1ue/c9d6hXOOFOI7KBS3 dAQjjXc+U2sVn93DNh1CYJ0hIiCgFHLPaGJx1HIvvE2lo0+GscLVpLnR+r4SVr9JBJlE prkfUeUTtI09SswwVfPeppc5uFuc5truxY/dU6zd8khfQ6PNdHsaEbLxAb6Ng+NrM2CE /UQlfJXTEeXrA2WScaJmw7JCUtmjn9REwOq91AyPo0coY4Rp9BYChgJsbinv/DSaJYGv Vkpzsew30q2amFUl+j2X90A3Kuqv9G8ti/7Ohx+EPA986yQuszaVpSxJ6MoYaRw2GqN7 2mgg==
X-Gm-Message-State: AG10YOQQp8MDZcVKAsb+zQ8Yc9v61lFGtL3Gv8b+4rr52tMW5OFCzgq4vZ8RmGtAu031QX5UWQ0SvKaL65OOtw==
MIME-Version: 1.0
X-Received: by 10.25.207.79 with SMTP id f76mr11534838lfg.101.1455688420723; Tue, 16 Feb 2016 21:53:40 -0800 (PST)
Date: Wed, 17 Feb 2016 11:23:40 +0530
Message-ID: <CAPCR6Q3D0iaV3bnqen3dF1+X4g63KLnOB1BFQKjSgwkOTNpwEQ@mail.gmail.com>
Subject: Cygwin 1.7-58 with windows 2008
From: Rashi Singhal <singhal DOT rashi AT gmail DOT com>
To: cygwin AT cygwin DOT com

Hi ,


I have a application  that is invoked multiple times. Each invocation
accesses shared memory for a performing task.

This all works with Cygwin1.3

Now We are using Cygwin 1.7-58 with windows 2008 after this The number
of attached processes keeps on increments and due to which system
resource gets full.

None of the process get detached from shared memory

With Cygwin 1.7-58 When I run through my application, it will give
successful response for  3 messages out 5 messages and my client
application hangs. My Error log file has recorded the following
statements:
CU-E-3404(3196):Unable to Send Communication Packet (CUP) on Queue.
msgsnd-E-3011(3196):EAGAIN No more processes..

Our application uses IPC functionalities for sending and receiving
messages from other application. I have made the following
configuration for message queue, shared memory and semaphore

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

SEMINFO:
SEMMNI:    200
SEMMNS:    128
SEMMNU:    150

SHMINFO:
SHMMNI:    100
SHMMAX:    2000000


So please... can any one suggest where m going wrong and please give
me the possible solutions for it.
Your help is really appreciated.

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019