[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] design queries
From: |
Horst Herb |
Subject: |
Re: [Gnumed-devel] design queries |
Date: |
Thu, 26 Feb 2004 08:08:47 +1100 |
User-agent: |
KMail/1.5.9 |
On Thu, 26 Feb 2004 07:56, Karsten Hilbert wrote:
> > We could implement the backend listener as a simple XML-RPC service on
> > the backend
>
> And how to you move signals into the client then ? Async ?
> Without incurring the overhead Syan is talking about re
> XML-RPC.
Same as always; a RPC server on both ends, working away as a separate thread.
"Server side server" calls "client side server" for notification, client side
server puts message into the dispatcher queue.
You are not going to have hundreds of backend notifications per second even in
large implementations, hence the overhead doesn't matter much.
> > (no mxDateTime
>
> We'd still want mxDateTime client-side for date/time
> *processing*
Do we? The Python DateTime functions are good enough for me.
Horst
Re: [Gnumed-devel] design queries, Karsten Hilbert, 2004/02/25