Search found 3 matches
- Wed Aug 27, 2014 12:11 pm
- Forum: Support - RCFProto
- Topic: Dotnet Ver5sion doesn't free unmanaged memory
- Replies: 2
- Views: 14145
Dotnet Ver5sion doesn't free unmanaged memory
I am in the process of evaluating RCFProto für my company. I managed to get a build with Studio 2005 and first results seemed quite good. But during stress test of the C#-Server (repeatly requesting Arrays in large sizes) I realized, that no memory was ever freed and after reaching 2 GByte, the clie...
- Fri Aug 22, 2014 8:38 am
- Forum: Support - RCF
- Topic: High latency in synchronous communication
- Replies: 2
- Views: 6592
Re: High latency in synchronous communication
Thanks, you are right. I did the first tests in debug mode. After switching to Release-Build I achieved over 10000 messages without optimization and >20000 Messages with Full optimization. I am testing on Windows 7, x86 Build with MSVC 2005, Intel Xeon 3.3 GHz. Tests consists of repeated sending of ...
- Wed Aug 20, 2014 6:10 am
- Forum: Support - RCF
- Topic: High latency in synchronous communication
- Replies: 2
- Views: 6592
High latency in synchronous communication
I am in the process of evaluating messaging frameworks for use in our products. In the simple scenario (Hello world example) I tried repeated calls from the client side, but even with Win32NamedPipeEndpoint and calls without parameters I could not get more than 2400 messages through. There seems to ...