Monthly Archives: March 2013

An example of jmeter stress test

http://nico.vahlas.eu/2010/03/30/some-thoughts-on-stress-testing-web-applications-with-jmeter-part-2/

Posted in Performance, Programming | Leave a comment

An example of measuring performance of ASP.NET application using IIIS resource toolkit

ASP.NET iis resource toolkit  For performance measurement WCAT 6.3 http://www.iis.net/downloads/community/2007/05/wcat-63-(x86) http://www.iis.net/downloads/community/2007/05/wcat-63-(x64) Install WCAT Download and install Internet Information Services (IIS) 6.0 Resource Kit Tools. For the purpose of our exercise there is no need to install all the tools included … Continue reading

Posted in Performance, Programming | Leave a comment

ASP.NET database connection error – the underlying provider failed on Open

context.Connection.Open() didn’t help solving my problem so I tried enabling “Allow Remote Clients” in DTC config, no more error. In windows 7 you can open the DTC config by running dcomcnfg, Component Services -> Computers -> My Computer -> Distributed … Continue reading

Posted in .NET, Programming | Leave a comment

Git – configuration to use p4merge for diff

On Windows

Posted in Programming, Windows | Leave a comment

C# Observable dictionary

Posted in .NET, Programming | Leave a comment

C# – an example of comparing C# objects using generic lambda function

Posted in .NET, Programming | Leave a comment

C# – an example of creating an observable object with C# custom event

Posted in .NET, Programming | Leave a comment

C++11 – a good example of using std::function

Posted in C++, Programming | Leave a comment

Simple Makefile example for MPI

Posted in C++, Programming | Leave a comment

People want to predict every events

People like predictable events but reality is every moment and events are unpredictable. I think that main purpose of software engineering is to make unpredictable events to be the predictable events.

Posted in Life | Leave a comment