January 2008 Entries
If you have ever seen this exception while debugging a web application:
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll
An exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll but was not handled in user code
To cut down on exceptions in your ASP.NET applications with Response.Redirect, you need to use the overloaded redirect method. Under the hood, the CLR will throw an exception to ensure the page execution is halted.
private void SomeEvent(object sender, System.EventArgs e)
{
//This will throw an exception so that the CLR ensures the end of execution.
Response.Redirect("http://www.threadabort.com");
//This performs better when this overload function's second arg is...
Today is the day. FiOS is now installed. Here are a few tips that I gathered from reading about everyone else experiences. Ask the guy to do ethernet from the ONT box. They can and will do it only if you ask. Otherwise you will get Coax cable to your supplied Actiontec MI424 Router. Now, I can not confirm or deny this, but I think there is a lag if you use the Coax method of an additional 5 ms or so. If anyone can confirm this, please let me know.
Here is my tracert (trace route) for FiOS to this site...
Check out Part 2 for the final results.
Tomorrow I will have FIOS installed. 30 down / 15 up. One thing that is always bothered me about Cable is that I seem to drop 6-10 ms just from my cable modem to Cox's.
Here is my current tracert (traceroute) to this site. This site is connected on Level3's backbone via fiber and a gigabit connection.
Tracing route to threadabort.com [4.79.230.85] over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 192.168.49.1
2 8 ms 7 ms 7 ms 10.2.204.1
3 7 ms 8 ms 8 ms 68.10.8.57
4 7 ms ...