Which would you be more interested in...
Posted: Thu Apr 10, 2008 1:29 pm
I've been thinking alot about my OS design and the time consumed vs. production output, and have come to the conclusion that I have another option that is worth considering.
If you are unfamiliar with my OS goals, here's a brief synapsis:
1: Provide a bi-directional fully configurable firewall.
2: Detect p2p and bittorrent packets and pseudo-handshake or drop them.
3: log all suspicious activities.
I though a dedicated OS would be a great idea and eliminate a LOT of overhead associated with other fully developed OS's with other purposes, but then again, would it not be efficient to run an optimised server application for windows or linux to do the same thing?
take this for example, instead of writing an OS, why not write a 'port' of my os to application form? have a application acting as a dedicated server to monitor all packets in and out, and just use syscalls for the socks and hdd communications?
the main question is, would it really matter THAT much to make an application version and be placed on an existing OS on a dedicated box just for p2p filtering and firewalling? would it be appealing as a marketing idea, or would the OS version be more appealing to a network administrator?
If you are unfamiliar with my OS goals, here's a brief synapsis:
1: Provide a bi-directional fully configurable firewall.
2: Detect p2p and bittorrent packets and pseudo-handshake or drop them.
3: log all suspicious activities.
I though a dedicated OS would be a great idea and eliminate a LOT of overhead associated with other fully developed OS's with other purposes, but then again, would it not be efficient to run an optimised server application for windows or linux to do the same thing?
take this for example, instead of writing an OS, why not write a 'port' of my os to application form? have a application acting as a dedicated server to monitor all packets in and out, and just use syscalls for the socks and hdd communications?
the main question is, would it really matter THAT much to make an application version and be placed on an existing OS on a dedicated box just for p2p filtering and firewalling? would it be appealing as a marketing idea, or would the OS version be more appealing to a network administrator?