SOOOOO SLOOOOWWWWW
-
X| Josh josh@that-guy.net
Yup, Wondering if Nimba (virus) has anything to do with it. // Fazlul
Get RadVC today! Play RAD in VC++ http://www.capitolsoft.com
-
Yup, Wondering if Nimba (virus) has anything to do with it. // Fazlul
Get RadVC today! Play RAD in VC++ http://www.capitolsoft.com
-
X| Josh josh@that-guy.net
We're hand checking machines for the virus now (but I'm sure we have it). David
-
X| Josh josh@that-guy.net
The site is very fast when I use 'codetools.com' instead of 'codeproject.com'. Try this out. -Thomas
-
X| Josh josh@that-guy.net
:-D Josh josh@that-guy.net
-
:-D Josh josh@that-guy.net
Yep, it's a lot faster now that it was just half an hour ago... :) - Anders Money talks, but all mine ever says is "Goodbye!"
-
Yep, it's a lot faster now that it was just half an hour ago... :) - Anders Money talks, but all mine ever says is "Goodbye!"
Yep, we had 3 boxes that slipped through our standard checks. We've taken them down and will now disinfect them. Sorry guys. David
-
The site is very fast when I use 'codetools.com' instead of 'codeproject.com'. Try this out. -Thomas
I noticed that too. Now I always try codetools.com if codeproject.com times out, and nine times out of ten it works. David Wulff dwulff@battleaxesoftware.com
-
I noticed that too. Now I always try codetools.com if codeproject.com times out, and nine times out of ten it works. David Wulff dwulff@battleaxesoftware.com
It really sounds strange, both DNS records points at the same ip-address........ - Anders Money talks, but all mine ever says is "Goodbye!"
-
It really sounds strange, both DNS records points at the same ip-address........ - Anders Money talks, but all mine ever says is "Goodbye!"
Yes, it does sound weird, I can't think of any reason why the performance between the two would differ, it's the same chain all the way through...:confused: David
-
Yes, it does sound weird, I can't think of any reason why the performance between the two would differ, it's the same chain all the way through...:confused: David
I can imagine a setup where there might be a difference... Lets say the server uses several "virtual webservers" on the same ip. then it looks at the headers of the http request, and say something like: "Ahaa, a request for codeproject.com, that's for web05. And now one for codetools, that's for web06" You know what I mean? (I dont remember the technically terms right now ;) ) Now, if web05 and web06 points to the same path on the disk, but web05 runs as "in process IIS process" and web06 runs as "protected IIS process", web05 would be a lot faster... - Anders Money talks, but all mine ever says is "Goodbye!"