Archived

This forum has been archived. Please start a new discussion on GitHub.

Can I build client and server in one program?

Dear Sir,

I want to develop one application. it will receive data from mutiple agents and save to DB, and then it also should load data from DB and send out to upper Datacenter. Based on ICE, I should write one Server to receive data and respond to agents, and one Client to load data and send out.

Is it possible that I combine these two modules in one application?

Thanks a million.

JaneShang

Comments

  • benoit
    benoit Rennes, France
    Absolutely, that's a very common usage. Your server will just make Ice invocations from dispatched methods. Let us know if you need more information!

    Benoit.