Hello,
I have written a web server in java which is running as a stand alone app (not plugged in to tomcat)
When the server is running the network stops responding for shared files on the host computer, i recieve the following header info on the server intermitently
OPTIONS / HTTP/1.1
translate: f
User-Agent: Microsoft-WebDAV-MiniRedir/5.1.2600
Host: ironchickenpi
Content-Length: 0
Connection: Keep-Alive
i am assuming this has something to do with windows' routing / fileshareing
1. would this be the cause of my network problems
2. would it fix it if i forwarded them to the destination
3. how do i do that
cheers


LinkBack URL
About LinkBacks
Reply With Quote
... something to do with the database connectivity being easier... oh yes clearly as it is a game server its main purpose in life is not web serving it is processing, threading, database access, game ticks, etc. all of which is quicker in java (to develop) and probably more reliable than something we could write in another language, maybe not c#, but that is java isnt it?


