Lists all of the journal entries for the day.

Mon, 28 Jul 2003

6:28 PM - ahhggg

Caryn's car is a pain sometimes. I really wish we could replace it. (engine rebuild.. woo hoo)

I got some work done on .NET earlier.. still haven't had time to work on either java project. My webserver is coming along though. I have the config file stuff about half done now. I also have several things seperated from the main class now. I haven't noticed a large performance hit either. It handles more requests than the microsoft web stress tool can give out from my pc to my mac. Memory usage is a joke too. The program doesn't even use a meg as far as i can tell. I figured out the threading system too. Its pretty clever really. My plan is to seperate the request and response into seperate objects after the config system is done. I will also add code to handle named hosting (multiple domains one ip) and multi ip hosting.

The last step will be to add POST support. (it only does get requests now)

I will release a public alpha at that point (well maybe before)

I plan on using it to host the downloads on foolishgames.com first. That will be a good test of its speed. I plan on adding a servlet like interface too. CGI also. Well ok it won't be that much like servlets.. it will be easier to code.

location: Home

()