First page Back Continue Last page Summary Graphic
Solutions to local device problem
Create new devices for each client on the server that redirect I/O to the correct client
- Applications would have to allow for more devices and allow user to choose or use environment variables.
- Applications have to be rewritten
Redirect the server device I/O based on environment variables
- Will need to write device redirection into the Kernel
- Better than rewriting applications