Limit the number of workers?

Hi,
Sometimes I need to just connect to PROOF in a script to define some datasets, or similar things. Nothing that requires running. Is this possible to do easily? I’d rather not wait for 50 slaves to connect before I can define or verify a dataset…

Cheers, Gordon.

Hi,
Sorry for the late reply.
Yes, using the option ‘masteronly’ …

root [] TProof *p = TProof::Open("<master>", "masteronly")

Let me know if it helps,

Gerri

Ah, perfect. thanks!