I am proposing to upgrade the existing release to handle telnetting into a build in scheme server. I am wondering the following things
1> What is a good port to use? 0x8080 seems to be used by web proxies.
2> How to handle multiple users of a single scheme interpreter. I am thinking of the simple
method of each user submitting a single newline terminated line of scheme at a time. It should be completely enclosed in parantheses so as not to have bits of scheme code conflict. Sensible? Or is there a better way? Maybe I should spawn one interpereter per user and have the shceme interpreter talk to a database?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am proposing to upgrade the existing release to handle telnetting into a build in scheme server. I am wondering the following things
1> What is a good port to use? 0x8080 seems to be used by web proxies.
2> How to handle multiple users of a single scheme interpreter. I am thinking of the simple
method of each user submitting a single newline terminated line of scheme at a time. It should be completely enclosed in parantheses so as not to have bits of scheme code conflict. Sensible? Or is there a better way? Maybe I should spawn one interpereter per user and have the shceme interpreter talk to a database?