Skip to content

NickTullos/NoDisk-WebServer

Repository files navigation

NoDisk Windows Web Server



NoDisk is a High Performance Windows Web Server that caches all files into memory using a KV file system. Using IOCP instead of thread per socket allows the server to serve more concurrent connections than most web servers. The server is designed to have very little overhead besides the cached files.

Features
1.All files are cached in memory. No file IO peroid.
2.IOCP for kernel based async communications.
3.Max of 10,000 concurrent connections.
4.PHP support, but limited and CGI.
5.Will even on WinXP; .Net 4.0
6.Use Plug-in based modules
7.Written in C#

Warnings
1. Its POC state, use at your own risk.
2. If you modify a file, you must restart the server since all files are cached in memory!
3. Always fear the jackalope because he has a black gibus in his closet.


Any questions can be emailed to me at tullostech@gmail

Thanks
Nick

About

NoDisk Web Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published