David Landsman replied to dlw
01-Feb-10 03:55 PM
The application is already a multi user one. It allows to open multiple top
level frame windows, each running in its own GUI thread but all share the
same memory data (which is protected for multi user access). Now I want to
allow remote users to connect to the server, all use the same session but
instead of each working with a different process (like in RemoteApp) I need
each user to work with a different window (or GUI thread in case of popup
windows) of the same process...