Re: Limiting Connections to the vnc server

2001-04-05 Thread Tim Waugh
On Thu, Apr 05, 2001 at 02:04:31PM -0700, Anna Arbit wrote: > check how many sessions r open > if the number is more than 'n' > print sorry and exit > else proceed witht he rest of the vncserver script.. sed -e 's/n/n+1/' /usr/local/bin/yourscript > ~/bin/myscript ~/bin/myscript ..and I get ano

RE: Limiting Connections to the vnc server

2001-04-05 Thread Mac Reiter
>why is that? i cant write a simple sub to put in the beginning of the >vcnserver script .. something like Do you wish to stop your technically savvy users, or just the average person who will just run vncserver and accept whatever it gives? Savvy users can go around your limit by running Xvnc d

RE: Limiting Connections to the vnc server

2001-04-05 Thread Anna Arbit
ay, April 05, 2001 8:59 AM > To: [EMAIL PROTECTED] > Subject: RE: Limiting Connections to the vnc server > > > Anna, > You can use a wrapper. > make vnc listen on 127.0.0.1 and the wrapper will listen on the interface > and forward to 127.0.0.1 for any ip you specify in the

RE: Limiting Connections to the vnc server

2001-04-05 Thread Anna Arbit
--- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Waugh > Sent: Thursday, April 05, 2001 10:23 AM > To: [EMAIL PROTECTED] > Subject: Re: Limiting Connections to the vnc server > > > On Thu, Apr 05, 2001 at 01:14:39PM -0700, Anna Arbit wrote: > &g

Re: Limiting Connections to the vnc server

2001-04-05 Thread Tim Waugh
On Thu, Apr 05, 2001 at 01:14:39PM -0700, Anna Arbit wrote: > well... the load of 26 separate, not shared, sessions, slows down the > machine quite a bit... It'll be the applications, not the VNC servers, that cause the load. > i thought somebody might have written a subroutine of some sort to

RE: Limiting Connections to the vnc server

2001-04-05 Thread Anna Arbit
ECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Waugh > Sent: Thursday, April 05, 2001 9:07 AM > To: [EMAIL PROTECTED] > Subject: Re: Limiting Connections to the vnc server > > > On Thu, Apr 05, 2001 at 11:53:26AM -0700, Anna Arbit wrote: > > > curently, i have

Re: Limiting Connections to the vnc server

2001-04-05 Thread Tim Waugh
On Thu, Apr 05, 2001 at 11:53:26AM -0700, Anna Arbit wrote: > curently, i have 26 connections running... and none of them are > shared, so i have 26 instances of vnc server.. (I think you'll find that the read-only code sections will be shared in physical memory.) > i would like to limit it the

RE: Limiting Connections to the vnc server

2001-04-05 Thread Steve Palocz
Anna, You can use a wrapper. make vnc listen on 127.0.0.1 and the wrapper will listen on the interface and forward to 127.0.0.1 for any ip you specify in the wrapper config file. I know this feature is built into the winvnc but I don't believe there is any equiv for Xvnc due to Unix flexibility.

RE: Limiting Connections to the vnc server

2001-04-05 Thread Anna Arbit
gt; To: '[EMAIL PROTECTED]' > Subject: RE: Limiting Connections to the vnc server > > > How do you want to limit it? > > -Original Message- > From: Anna Arbit [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 1:07 PM > To: [EMAIL PROTECTED] > Su

RE: Limiting Connections to the vnc server

2001-04-05 Thread McDaneld, Scott
How do you want to limit it? -Original Message- From: Anna Arbit [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 1:07 PM To: [EMAIL PROTECTED] Subject: Limiting Connections to the vnc server Hi, i was going trhough the archive trying to find if someone came up with a way to