There are several ways you could do this. These two functions could be in separate
processes, they could be threads, or you could implement them both in the same
thread. Eric Christianson recently committed a modified version of the client library
that supports threading.
I think it depends on
Hi,
I want to run two applications concurrently.For example, i have a function
which puts a text on the screen depending on values of some variables,
refreshes the text periodically based on the changes in that variables.
This must run on background, in the fore ground i have another page like a