RemoteApp
(1)
Geoge
(1)
Windows
(1)
Poeple
(1)
Keyb
(1)

Different users work with different windows of the same application

Asked By David Landsman
01-Feb-10 06:20 AM
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.

What you are describing has to be done at the application level, you need

dlw replied to David Landsman
01-Feb-10 01:19 PM
What you are describing has to be done at the application level, you need a
multi-user application.  Terminal Server will not turn a single user ap into
a multi user one.

The application is already a multi user one.

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...

how this can be a multi user app?

jolteroli replied to David Landsman
02-Feb-10 12:36 PM
how this can be a multi user app? are there isitting 10 poeple around a
monitor/keyb/mouse and do "cooperative multitasking"?





-jolt
I was going to ask more about how this works, it does not sound like a
dlw replied to jolteroli
04-Feb-10 10:46 AM
I was going to ask more about how this works, it does not sound like a server
w/ multiple clients attaching, which would be the standard definition of a
Post Question To EggHeadCafe