Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

ipc, client-server

Last post 04-30-2008 2:16 AM by lsalamon. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 04-21-2008 10:42 AM

    • danyi
    • Not Ranked
    • Joined on 04-21-2008
    • Hungary
    • New Member
    • Points 10

    ipc, client-server

     Hello,

    My current task is following: there is an apllication with GUI. This application has some
    processes managed and displayed its status by GUI. I would like to rewrite all torwards
    a client-server architecture. But I am not sure this is a typical client-server approche,
    because the server has to give a signal to the clients if its status was changed.

    Moreover I would like that the program can run on Linux beside Windows (or server, or
    client, or both). So I need some crossplatform solution. The speed is very important
    requirement, so that I think JAVA is not good choice on the server side.
    The program was written in C++.

    In short I should write an service application, which could be driven by a client program
    on an another machine and the server status changing should be displayed here too.
    I would like the client program to be a web application later.

    I have seen follwing so far:

    IPC:
    - NamePipes
    - CORBA
    - Apache ActiveMQ

    CrossPlatform:
    - QT

    I have no experience in IPC, so I can not decide that if a message queue approche is a
    good choice or not. Could anybody help me and give me the first step?

    Regards,
    d.a.

    • Post Points: 10
  • 04-30-2008 2:16 AM In reply to

    • lsalamon
    • Not Ranked
    • Joined on 04-29-2008
    • Brazil
    • New Member
    • Points 5

    Re: ipc, client-server

    TCP/IP is the best choise for client/server app.

    Try sourceforge.net :

    http://sourceforge.net/search/?type_of_search=soft&type_of_search=soft&words=client+server+framework

    good lock 

    • Post Points: 5
Page 1 of 1 (2 items)