Re: Here is my new invention of a scalable algorithm..
| Newsgroups | alt.comp.lang.borland-delphi |
|---|---|
| Message-ID | <[email protected]> |
Something that may interest you is that the Windows NT 3.51 source code leaked out ! It's written in mostly C in 1980's or so. Quite amazing ! It has locks here and there. You seem to be interested in locking and such and multi-threading. Perhaps this source code may interest you. It's not written in Pascal unfortunately... but could still be interesting for you to take a look at how locking is done inside an somewhat recent operating sytem ! ;) Maybe you could even build it and try some modifications... but that would be kinda odd to run such an old operating sytem ! ;) It may also give some more insights into how the OS works in regards to processes and threading and memory manager and things like that... critical sections etc. (It was available for download on this link: https://anonfiles.com/N58cGezao9) But it's not longer working, maybe you can find the source code elsewhere if not let me know if you interested in it, maybe we can work something out =D) Collecting it for historical purposes is cool ! =D Bye for now, skybuck.