On Mon, 24 Jul 2006, Uwe Grauer wrote:

> Michael Van Canneyt wrote:
> > 
> > On Mon, 24 Jul 2006, Uwe Grauer wrote:
> > 
> >> Multiple instances of the same lazarus App with only one Database
> >> authentification?
> >>
> >> How would this be done?
> >> Would you use IPC for this?
> > 
> > Yes. 
> > 
> > There is no other way IMHO.
> > 
> > Michael.
> > 
> 
> Ok, so i guess right.
> Are there platform independent IPC-methods in lazarus?

Only one-way: simpleIPC. It's not really suitable for this kind of thing.
The easiest would be to create some kind of TCP/IP socket and listen to that.
There are plenty of components for that.

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to