-
Notifications
You must be signed in to change notification settings - Fork 86
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
File servers and protocols used with PDP-10 and Lisp machines #2346
Comments
The ITS "FILE" server is interesting. It started as RG;FILE in 1977, using the Rubin 10-11 interface to serve the CONS. In 1978 it was updated to add CADR as Unibus 3. HIC rewrote it in 1979 to use Chaosnet instead. In 1980 it was updated to also run on Twenex. |
The MLDEV server was first called ATSIGN OTHER and appeared in 1972. NCP support was dropped, and replaced with Chaosnet and TCP, in MLSLV 76 from 1983. |
@ams please flesh out the Lispm perspective. |
FC was running a LMFile file system, and FS was running a LOCAL-FILE file system. FC and FS were the same machines (LISPM27). From the Lisp Machine manual:
Local file systems there where at least: LMFile (which got flushed at some point) On the remote file protocol: FILE-SERVER was the system that served files over the FILE protocol described in the Amber document. I am unsure what remote protocol was used to access LMFile (e.g. FC). AI, MC hosted the initial source code, which then was moved to OZ. PI seemed to keep a backup or mirror of it. |
The remote protocol name for LMFile was "LMFILE", as can be seen in source code. https://tumbleweed.nu/r/sys/file?ci=tip&name=file2/server.lisp&ln=46-57 |
The text was updated successfully, but these errors were encountered: