Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Servers with remote terminals #17

Closed
fnuecke opened this issue Dec 22, 2013 · 2 comments
Closed

Servers with remote terminals #17

fnuecke opened this issue Dec 22, 2013 · 2 comments
Assignees
Milestone

Comments

@fnuecke
Copy link
Member

fnuecke commented Dec 22, 2013

This has been talked about a bit on the MCF and been discussed a bit more in semi-private: I'm planning to add "servers" with remote terminals. Originally the idea was to have them wired, but I felt this would be too similar to what could be achieved using normal computers, some cable and screens. So right now I'm planning to have the terminals be wireless handheld items. A server rack would act as primary access points, further access points (blocks) can be placed that, as long as they're connected via cable to the server rack, act as extension of the range. Each rack can contain multiple servers, each server can be bound to exactly one wireless terminal.

Individual servers could be upgraded by adding RAM and hard drives as computers can be, but possibly also by adding more CPUs. I've been thinking long and hard about the suggestion of multiple CPUs allowing for multi-threading in the servers, but have decided that this wouldn't be worth the effort it'd take: all Lua states have to yield within a very short time frame anyway (enforced by the kernel so they don't lock up an executor thread), so there isn't really any need for multi-threading - you can just start multiple coroutines, which in turn by definition above have to yield quickly. You can then resume all of these sequentially until they're all done. A scheduler library could abstract this to a level where it'd be impossible/pointless to distinguish whether the underlying workers are coroutines or threads.

Instead, I think I'd prefer another effect - allowing more components to be addressed by the server. Which brings me to the next point: I'm also thinking of adding a new restriction to low level computers to make upgrades and servers more attractive: the number of components that can be attached to them (see #18).

@admiral0
Copy link

Nice idea.

@ghost
Copy link

ghost commented Dec 30, 2013

And Smart Goggle also good. (like Google Glasses, but it must quite expensive)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants