Hacker News new | ask | show | jobs
by Hilift 320 days ago
Around 1999, eBay code was c++ compiled into a "ebayisapi.dll". It became too large for x86. I'm guessing it had lots of COM+ and must have been a disaster, bodies everywhere.

https://www.cs.cornell.edu/courses/cs330/2007fa/slides/eBayS...

1 comments

Oh man, was it implemented as an ISAPI extension? I don’t think I’ve ever seen one in the wild.
Something like 4 million lines of code with hundreds of people working on the same thing. It was converted to Java by 2002 so they knew it was a crisis.