On Thursday 01 March 2007 00:11, Jason P Sage wrote:
> I've just performed more tests using the stock simpleipc - and the
> SendMessage and GetMessage - though defined as "STRING" (Which I
> thought had a max length) seems to be able to support huge
> ansistrings.
Well, RTFS:
|unit simpleipc;
|
I've just performed more tests using the stock simpleipc - and the
SendMessage and GetMessage - though defined as "STRING" (Which I thought had
a max length) seems to be able to support huge ansistrings.
This - implies that no changes are probably necessary. Though I'm a bit
perplexed about how I
> > > > Does the IPC unit written for linux by Michael Van Canneyt now
support other
> > > > platforms?
> > >
> > > It supports windows as well. Since day 1, I might add.
> >
> > I only see an implementation on unit ipc in the rtl/unix directory.
>
> He means simpleipc in the fcl, I assume ?
>
>
On Wed, 28 Feb 2007, Marco van de Voort wrote:
> > On Wed, 28 Feb 2007, Jason P Sage wrote:
> >
> > > Hello All,
> > >
> > > Does the IPC unit written for linux by Michael Van Canneyt now support
> > > other
> > > platforms?
> >
> > It supports windows as well. Since day 1, I might add.
>
>
> On Wed, 28 Feb 2007, Jason P Sage wrote:
>
> > Hello All,
> >
> > Does the IPC unit written for linux by Michael Van Canneyt now support other
> > platforms?
>
> It supports windows as well. Since day 1, I might add.
I only see an implementation on unit ipc in the rtl/unix directory.
___
> Does the IPC unit written for linux by Michael Van Canneyt now support other
> platforms?
Yes, since 2.0 it supports FreeBSD and some tests with OS X were also done
(a handful of functions isn't implemented on OS X, see interface), using the
documentation examples.
However it is a bit sensitive
On Wed, 28 Feb 2007, Jason P Sage wrote:
> Hello All,
>
> Does the IPC unit written for linux by Michael Van Canneyt now support other
> platforms?
It supports windows as well. Since day 1, I might add.
Michael.
___
fpc-devel maillist - fpc-devel@
Hello All,
Does the IPC unit written for linux by Michael Van Canneyt now support other
platforms?
I ask because I wrote one myself but its based on disk IO which is fast -
but not as fast as in memory IPC would be.
Thank you for any IPC suggestions or answers in advance!
Best Regards,
Jason P