unreliable-connection

Is there any programs that can simulate an unstable network connection?

We need to simulate an unstable network connection to try to debug some connectivity issues in our server/client application and I was wondering if there's any programs out there that can simulate those conditions such as on a faint wireless network. I'm not just referring to reducing bandwidth, but also reducing reliability, frequent o...

Handle Unstable Internet Connection in Server-Client App

what technology can i use to manage unstable internet connection in a Server-Client App. i know mainly PHP (+Zend Framework), learning C# & ASP.NET MVC. i heard WCF/MSMQ is something that can help... but how ... is there something PHP (which i am more familiar) can do? but it is also good to know a .NET alternative if its better the bac...

Reliable(durable) distributed logging engine

Trying to find a commercial logging framework for distributed systems. This framework must allow .NET applications on a Remote Server to log messages which can then be collected in a Central Location. If possible the Central Location should store messages in a SQL Server database. Requirements: Be able to initiate the logging of messa...

Are there any libraries or samples for non-duplex WCF chunking?

I'm looking for a way of implementing a file transfer service over HTTPS which uses chunking to cope with intermittent connectivity loss and to reduce the large timeouts required by using Streaming. Because the client may be behind firewalls, the Chunking Channel sample on MSDN isn't suitable. There is an old discussion about this on th...