0

Is there a way to support multiple users on FreeDos?

I'm asking because I have an old application in clipper that runs on MS-DOS and I'd like to make it available over my LAN so that users could "ssh" into the FreeDos "server" box and use the application.

Currently the server box is running Windows Server 2003 but I'd like to get away from Windows as the costs of CALs for Terminal Services are quite steep for my number of users.

Adabada
  • 11
  • 2

2 Answers2

2

Just run many virtual machines with FreeDOS - one for each user - for example on Linux.

I suppose you don't need more than a couple of megabytes of RAM on each virtual machine. On a server with say 32GB of RAM you'll be able to serve hundreds of them simultaneously.

You can set it that user will connect to his dedicated virtual machine using his dedicated TCP port number using any VNC client.

You could even set it up so it will start a VM while connecting and shut it down on disconnect. But it would be somewhat more complicated.

Tometzky
  • 2,679
  • 4
  • 26
  • 32
1

I run remotely Clipper apps over dosemu in linux ok. Users run dosemu via ssh.

user296675
  • 11
  • 1