-
Find me on Mastodon @jrothmanshore@fosstodon.org
Twitter Updates
Tweets by jrothmanshoreWhat I’m Reading
Tags
- .NET
- advertising
- airplay
- akamai
- apple
- asp.net
- awk
- bluetooth
- books
- browser
- customer service
- cygwin
- debugging
- DNS
- e-commerce
- excel
- experiments
- family
- fitness
- formatting
- health
- home technology
- HTML
- html shortcuts
- iis
- iMovie
- iOS
- iPad
- iPhone
- ISP
- javascript
- jboss
- judaism
- lego
- legos
- localization
- location services
- marketing
- medical
- memcached
- methodology
- Microsoft
- mobile
- MS word
- net neutrality
- networking
- npr
- OSX
- OS X
- outlook
- parenting
- performance
- personal finance
- photography
- plumbing
- powershell
- privacy
- psychology
- routing
- security
- shabbat
- shortcuts
- social media
- sql
- sqlserver
- television
- tomcat
- toys
- tracking
- travel
- voip
- windows 7
- wireless
- Word
-
Recent Posts
- php-fpm 503 timeout error triggered by interrupted client connection
- Shortcut: Simple rubber strips to make a phone easier to hold without the bulk of a case
- Shortcut: Overcome cell network congestion by dropping to 4G
- If you travel frequently, take a look at Arro app for taxis
- Am I really saving money as a cord cutter?
Archives
- January 2023
- April 2017
- September 2016
- June 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
-
Join 753 other subscribers
RSS
Categories
Meta
-
Tag Archives: performance
Use powershell to run a command against all instances in a memcached cluster
We are in the process of deploying memcached in one of our applications to server as a flexible, lightweight distributed cache. I’ve been familiar with the technology for years, but this was my first time to be able to directly … Continue reading
Performance: generate web traffic load using a powershell script
The other day, I found myself wanting a quick and dirty way to throw a controlled amount of load against a server for the purpose of tuning some thread settings. What I wanted was to simulate varying numbers of concurrent … Continue reading
HTML Shortcut: Dynamically populate a select list drop down when it is first clicked
e were recently making some modifications to a configuration options page. The page was set up a type of table, where each record had its own row, and each column represented a different type of data that could be edited. … Continue reading
Map of the world’s submarine data cables highlight challenges of routing internet traffic
I came across a very interesting site today – http://www.cablemap.info. It’s an overlay of the world’s submarine data transmission cables on top of google maps, allowing you to see how the world interconnects. It appears to be the work of … Continue reading
How Akamai routes traffic (hint: it’s not always dynamic)
I thought I had a full grasp of how Akamai routing works, but a recent dive into our web logs has taught me that world of high speed internet traffic routing is more nuanced. One of the big selling points … Continue reading
Performance: Yes, time-taken in IIS includes network time
I’ve written previously about many of the useful types of analysis you can perform using the time-taken field in your web logs. However, I would be remiss for not pointing out some limitations of the data it provides. When poring … Continue reading
Solved: ASP.NET Web Services using POST only work on localhost by default
This information isn’t exactly secret, but it took a bit of googling around to piece the answer together, so I wanted to share it in a more condensed form. We are in the process of migrating some legacy ASP … Continue reading
Performance: speed up creation of ASP.NET DataSet objects
During some recent performance tuning work, I took a look at a method that was taking around 450 ms. The primary task of the function was to build a relatively large DataSet object, with around 350 rows and over 110 … Continue reading
Troubleshooting Akamai: How to geolocate an IP Address
Akamai provides enormous value by accelerating content delivery around the world. However, as I described a few months back, Akamai relies on the DNS server that processes the request to determine where to accelerate traffic. Large, global corporations often have complex … Continue reading
Performance: Alter a table’s clustered index in SQL Server while keeping the table online
Back in the old SQL Server 2000 days, creating an index was a major operation that would prevent queries and data modifications until it had completed. Unless the index could be created in a few seconds, any new indexes had … Continue reading