Bugless in Boston

Serena Software, current owners of the TeamTrack system we use for defect and enhancement request management, has priced itself out of a customer. Serena bought out the original developers, TeamShare, a couple of years ago, figuring that the workflow management system they had could bring a higher price if targeted at larger enterprises. Evidently they’ve been successful, since they’ve raised our maintenance to the point that our bill for this year would have totaled nearly 50% of the original, reasonable purchase price. I’m as sympathetic a customer as Serena will ever find, but we’re just not getting that much value out of the software.
So I find myself looking for greener bug-tracking pastures. We don’t need fancy workflow or even a lot of custom data tracking, and “cheap” and “easy to use” are pretty high on the list. Other things it should do. So far I’ve identified FogBugz and BugZero as candidates…anybody got any other suggestions? Though Bugzilla certainly meets the “cheap” criterion (at least in terms of purchase price), in my experience it doesn’t score so well on the ease of use scale.

WinINet fun facts

WinINet is the name of the Windows API for making URL-based network connections.
Maximum number of simultaneous HTTP 1.0 connections that Wininet allows to a single server: 4
Maximum number of HTTP 1.1 connections: 2
Times this limitation is mentioned in the Wininet documentation: 0
ID of the Microsoft Knowlege Base Article describing this limitation: 183110
Hours we’ve spent over the last few months debugging intermittent performance problems caused by this limitation: I don’t want to think about it.
Time it took to find the KB article after Googling for just “wininet”: about 15 seconds
If I weren’t so happy to have solved the problem, I’d be really upset right now.