On Sun, 3 Jun 2007, John Coppens wrote:
> On Sun, 3 Jun 2007 16:55:23 +0200 (CEST)
> Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
>
> > > Is it possible to delay a SOAP call a few seconds at the service
> > > provider (until new data is available)? Hmm, this reveals the question
> > > what ar
Hi!
> > Is it possible to delay a SOAP call a few seconds at the service
> > provider (until new data is available)? Hmm, this reveals the question
> > what are the timeouts for TCP/IP connection and for the web services?
>
> I think a few seconds are possible, a timeout is usually longer than
>
On Sun, 3 Jun 2007 16:55:23 +0200 (CEST)
Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
> > Is it possible to delay a SOAP call a few seconds at the service
> > provider (until new data is available)? Hmm, this reveals the question
> > what are the timeouts for TCP/IP connection and for the web se
On Sun, 3 Jun 2007, Johann Glaser wrote:
> Hi!
>
> > > Usually the frontend does a remote procedure call to the backend. There
> > > is one important problem I'm facing now. I want the backend (service
> > > provider) to notify the frontend (service consumer) as soon as a new
> > > measurement
Hi!
> > Usually the frontend does a remote procedure call to the backend. There
> > is one important problem I'm facing now. I want the backend (service
> > provider) to notify the frontend (service consumer) as soon as a new
> > measurement value has arrived. So this is the reverse direction of
>
On Sun, 3 Jun 2007, Johann Glaser wrote:
> Hi!
>
> I'm going to implement a data logger and a GUI frontend in FreePascal.
> One (daemon) program gets data from a device connected via USB and
> stores it to a file. A second program, the GUI frontend, connects to the
> daemon and can retrieve the
Hi!
I'm going to implement a data logger and a GUI frontend in FreePascal.
One (daemon) program gets data from a device connected via USB and
stores it to a file. A second program, the GUI frontend, connects to the
daemon and can retrieve the measured data and other stuff. Additionally
it can send