> As I've still not found a solution then I guess I'm going to 
> have to do 
> it with a nasty hack - some kind of log of which servers are 
> running and 
> which haven't been used for a certain time, then kill them 
> off and hope 
> that someone wasn't using it. I was hoping to find a more elegant, 
> automatic solution.

That's not a nasty hack, that's the right way to do it.

Your system should keep track of the servers it's started, and when they
last had requests run on them, and kill servers when they're no longer
required.  From the sounds of things, you don't even need a concept of a
server being associated with a particular session - you can just regard them
as a pool of displays for doing the "capture" process on, and remove &
restore them from/to the pool before & after processing a request, and add &
remove servers as the pool becomes empty, or idle for prolonged periods,
respectively.

Wez @ RealVNC Ltd.
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to