← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #184165]: Need to performa click in server and thin client

 

Question #184165 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/184165

    Status: Open => Answered

RaiMan proposed the following answer:
If each client has its own process on the server (Sikuli script is
running separate for each client), you need some timed synchronization
between the Sikuli scripts running on the server.

I guess the easiest way is to implement an additional driver process on
the server, that triggers/synchronizes the client scripts via
threads/locks.

Have a look at the possibilities with Python threading in the Python
docs for Python 2.5 or in the Jython docs.

If the time in all client processes is exactly the same, another possibility might be to synchronize the actions based on the absolute time with some parameter file:
start 17:00:00
click  17:00:05
...

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.