Search found 3 matches
- Mon Sep 14, 2015 6:04 pm
- Forum: Support - RCF
- Topic: Assert in send() throws exception
- Replies: 4
- Views: 18259
Re: Assert in send() throws exception
Ok, thanks!
- Sat Aug 15, 2015 9:08 am
- Forum: Support - RCF
- Topic: Assert in send() throws exception
- Replies: 4
- Views: 18259
Re: Assert in send() throws exception
Hi Jarl, No, the process that implements the clients' side is not multithreaded (we use a message queue in a single process) and each client object has its own RcfClient object. Next time I'm able to reproduce the problem I'll send you the stack trace. Here's my somewhat more detailed understanding ...
- Sun Aug 09, 2015 3:01 pm
- Forum: Support - RCF
- Topic: Assert in send() throws exception
- Replies: 4
- Views: 18259
Assert in send() throws exception
Hello, We use RCF for communication between a client process that contains multiple RCF objects (object pool, one object per server) to servers that are separate processes all running on the same machine. All communication is synchronous, TCP based. There are both client->server calls and callbacks....