Search found 5 matches

by bladewhistle
Mon Nov 05, 2012 3:00 am
Forum: Support - RCF
Topic: Question about client progress callback
Replies: 5
Views: 8343

Re: Question about client progress callback

Thanks Jarl.

My current workaround is using another connection call server for interval progress retrieving(1 or 2 seconds) during a long time call.
by bladewhistle
Wed Oct 31, 2012 12:52 am
Forum: Support - RCF
Topic: Question about client progress callback
Replies: 5
Views: 8343

Re: Question about client progress callback

Hi, Thanks for your reply.

Are you sure the RCF really support the C++ native callback?? Since I don't see any description in the documentation.
by bladewhistle
Tue Oct 30, 2012 9:15 am
Forum: Support - RCF
Topic: Question about client progress callback
Replies: 5
Views: 8343

Question about client progress callback

In my application, some times client call the server with a complex mission will cost several seconds. It is necessary to provide a callback function mechanism to display a progress UI at client side. In the manual, I see there are some description about the client progress callback. But there are n...
by bladewhistle
Mon Oct 15, 2012 2:53 am
Forum: Wish List
Topic: Looking forward more support in JSON-RPC feature
Replies: 2
Views: 12687

Re: Looking forward more support in JSON-RPC feature

So quick reply!!!
And thanks for the new build.
by bladewhistle
Tue Oct 09, 2012 6:22 am
Forum: Wish List
Topic: Looking forward more support in JSON-RPC feature
Replies: 2
Views: 12687

Looking forward more support in JSON-RPC feature

JSON-RPC Support is a very exciting feature in RCF, it is possible to expose some interface to other thin client (python, perl). It can be used for SOA architecture. But in my testing, seems there are some minor problems in this feature. RCF does not provide any JSON_RPC examples in client side, I t...