public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Tomohiko Nakagawa <t2-nakagawa@nri.co.jp>
To: cygwin@cygwin.com
Subject: Optional command -R of inetd service
Date: Mon, 14 Sep 2009 13:38:00 -0000	[thread overview]
Message-ID: <20090914193128.F683.B4997C50@nri.co.jp> (raw)

Hi,I have the following problems now.

【use of cygwin】
I executed to use "Remote Command(rcp/rsh)" from Solaris to Windows and 

【Problem】
Problem is "Stop" the system during File transfer and windows bat module
moving.

【Factor】
The number of issues of remote commands(rcp/rsh) exceeded the upper
bound connection number in the unit time of the inetd service, and
processing stopped.

When the inetd source code was confirmed, 「TOOMANY」 
and「CNT_INTVL」were set as follows.

※
#define	TOOMANY		40
#define	CNT_INTVL	60

The following commands were executed from the command prompt.

sc config inetd binPath= "C:\cygwin\usr\sbin\inetd.exe -R 200"
net stop inetd
net start inetd

Processing stopped though the value was greatly set and the option -R was
used. 
Can a set numerical value of 「TOOMANY」 and 「CNT_INTVL」 be changed by
using an optional command -R ?



--
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

                 reply	other threads:[~2009-09-14 13:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090914193128.F683.B4997C50@nri.co.jp \
    --to=t2-nakagawa@nri.co.jp \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).