Search found 3 matches
- Tue Mar 05, 2019 1:38 pm
- Forum: Support - RCF
- Topic: TCPEndpoint too many TIME_WAIT
- Replies: 1
- Views: 15276
TCPEndpoint too many TIME_WAIT
when use TCPEndpoint,client call server 1 call/sec,later the client cann't connect to the server, because the client system have too many TIIME_WAIT,how can i solve this question? code1: void post_status() { RcfClient<I_Interface> client(RCF::TcpEndpoint("127.0.0.1", 12345)); client.getClientStub()....
- Fri Jun 08, 2018 9:30 am
- Forum: Support - RCF
- Topic: RCF Server crash in deinitThreadLocalData!!!
- Replies: 3
- Views: 17161
Re: RCF Server crash in deinitThreadLocalData!!!
RCF-3.0.251.zip 2018-05-13
I'm use this version with protobuf
I'm use this version with protobuf
- Wed Jun 06, 2018 11:27 pm
- Forum: Support - RCF
- Topic: RCF Server crash in deinitThreadLocalData!!!
- Replies: 3
- Views: 17161
RCF Server crash in deinitThreadLocalData!!!
sometimes the server will crash in deinitThreadLocalData
Exception thrown: read access violation.
**_Pnext** was 0xDDDDDDE1.
in call stack i find crash when call vector dector of std::vector<RcfSession *>
I guess the thread local is broken,but i can't find why and where
Exception thrown: read access violation.
**_Pnext** was 0xDDDDDDE1.
in call stack i find crash when call vector dector of std::vector<RcfSession *>
I guess the thread local is broken,but i can't find why and where