Category: Uncategorized
-
Coincidences coincidences, debugging w3wp.exe
Yesterday we found a memory leak in one of the web sites we are working on. The process on the test server was up to 10 gigs of memory. Our first though was to open the task manager, click “create dump file”, zip the file, copy it to a machine…
-
WCF and Java
Well, always on the same project, we had a requirement for having Java consumers hookup to a .net WCF web service. Now in theory, isn’t that suppose to be simple ? After all, everybody knows that ws2007HttpBinding is suppose to have a lot of interoperability with different platforms. DotNet seems…
-
WCF and custombindings or super configurability
I was working on a project where there was some WCF involved. As you know, there are many different kind of bindings such as wsHttpBinding and ws2007HttpBinding. Each binding is basically the instructions to on how to configure the system to work in a certain way. Now the fun part…
