From: David Landsman on
Hello,

Is it possible to run an application on a remote server so that each user
who logs in works with a different window of the same running application?

Each window of the application runs in a separate thread. Basically I want
the users to share the same memory of the same app. Each user will work with
his own user interface but all work on the same memory data.

Thank you.