RE: VNC Server perl script and C++ Code

2008-01-28 Thread James Weatherall
Sent: 25 January 2008 05:06 To: James Weatherall Cc: vnc-list@realvnc.com Subject: Re: VNC Server perl script and C++ Code H...Great..Got it..Thanks James. The vncserver program is actually a wrapper around Xvnc, I also read that there are so many Xvnc available in real vnc.What

Re: VNC Server perl script and C++ Code

2008-01-28 Thread PARESH MASANI
: RE: VNC Server perl script and C++ Code Hi Paresh, through from 1..1000 should work, But i saw that in C++ code in hostandport.h and some vncExt.cc file, this same check is there to return a port number. Will it not make any difference? I think the code you're referring to is used when

Re: VNC Server perl script and C++ Code

2008-01-25 Thread steve menard
Following up in-line steve menard wrote: numbers with each block being 300 ports apart, e.g. 1..99,300..399,600..699 and so on Why ports are 300 aparts. is any particular reason there? 100 Viewports will cover 200 java and direct ports only a single display can be on a listening

VNC Server perl script and C++ Code

2008-01-24 Thread PARESH MASANI
Hi, I found that real vnc for unix having vnc server perl script plus c++ code. my questions are: 1. Why this two type code? what each meant for? 2. I found GetDisplayNumber function in perl script given below. sub GetDisplayNumber { foreach $n (1..99

RE: VNC Server perl script and C++ Code

2008-01-24 Thread James Weatherall
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PARESH MASANI Sent: 24 January 2008 12:13 To: vnc-list@realvnc.com Subject: VNC Server perl script and C++ Code Hi, I found that real vnc for unix having vnc server perl script plus c++ code. my questions are: 1. Why

Re: VNC Server perl script and C++ Code

2008-01-24 Thread PARESH MASANI
about in brief. Thanks, Paresh - Original Message From: James Weatherall [EMAIL PROTECTED] To: PARESH MASANI [EMAIL PROTECTED]; vnc-list@realvnc.com Sent: Thursday, 24 January, 2008 5:50:25 PM Subject: RE: VNC Server perl script and C++ Code Hi Paresh, VNC is implemented in C/C++ (aside

Re: VNC Server perl script and C++ Code

2008-01-24 Thread steve menard
numbers with each block being 300 ports apart, e.g. 1..99,300..399,600..699 and so on Why ports are 300 aparts. is any particular reason there? YesJava Port is 100 less than VNC Port both are required free: when you use port :0 it is BOTH 5800 5900 when you use port :10 it

RE: VNC Server perl script and C++ Code

2008-01-24 Thread James Weatherall
Hi Paresh, through from 1..1000 should work, But i saw that in C++ code in hostandport.h and some vncExt.cc file, this same check is there to return a port number. Will it not make any difference? I think the code you're referring to is used when Xvnc is launched from inetd therefore

Re: VNC Server perl script and C++ Code

2008-01-24 Thread PARESH MASANI
Subject: RE: VNC Server perl script and C++ Code Hi Paresh, through from 1..1000 should work, But i saw that in C++ code in hostandport.h and some vncExt.cc file, this same check is there to return a port number. Will it not make any difference? I think the code you're referring to is used