This blog includes some personal comments along with all the details about what is happening in the today american world. Come here to read some interesting tech tips and get insider information and updates about our service.
Friday, November 19, 2010
Why the site is misbehaving.
Just to let everyone know, this is a hardware issue with the web server. Still trying to get it to work.
Thursday, November 18, 2010
The os which destroyed embedded devices
No doubt windows ce. The Magellan gps used to be so reliable when they used to run on Linux.
Ever since they used windows, slowness, lag, crashes and reboots all the time.
:-;
- Posted using BlogPress from my iPhone
Ever since they used windows, slowness, lag, crashes and reboots all the time.
:-;
- Posted using BlogPress from my iPhone
Tuesday, November 9, 2010
Wcf scalability secret
This is something you will not hear anywhere and which I have found out after a month of study. The real problem in calling a Wcf service which in turn is the client for another Wcf service is that throttling comes into the picture.
But throttling happens on the server - this does not prevent the client service from creating channels without any limit once the throttling limit is reached.
Hence handle count increases exponentially and a problem is created.
- Posted using BlogPress from my iPhone
But throttling happens on the server - this does not prevent the client service from creating channels without any limit once the throttling limit is reached.
Hence handle count increases exponentially and a problem is created.
- Posted using BlogPress from my iPhone
Subscribe to:
Posts (Atom)