Thanks again Stefan

On 03/09/2010 07:01 PM, Stefan Eilemann wrote:
> Hi Paul,
>
> On Tue, Mar 9, 2010 at 6:04 AM, Paul Pocock
> <[email protected]> wrote:
>
>   
>> Could someone tell me the correct syntax in telling a resident client to
>> talk to an eqServer on localhost port 7999 using -eq-listen?
>>     
> It's the other way around. The server should talk to the client, e.g.:
>
> .../eqPly -- --eq-client --eq-listen localhost:1234
>
> add to the corresponding node in the eqc:
>
> connection { hostname "localhost" port 1234 }
>
> and launch the server and application. The server will open a
> connection to the client upon Config::init().
>
>   
>> I send that
>> argument list to the client using initData? i.e. client = new
>> Application( initData );
>>     
> Not if you use pre-launched clients. If you let the eqServer launch
> the clients, the server will communicate the parameters to the render
> clients correctly -- and then the render client actually contact the
> server.
>
>
> HTH,
>
> Stefan.
>
> _______________________________________________
> eq-dev mailing list
> [email protected]
> http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
> http://www.equalizergraphics.com
>   


IMPORTANT: This email remains the property of the Australian Defence 
Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 
1914.  If you have received this email in error, you are requested to contact 
the sender and delete the email.


_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to