Re: [fpc-devel] Re: Inter Process Communication

2007-02-28 Thread Vinzent Hoefler
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; |

[fpc-devel] Re: Inter Process Communication

2007-02-28 Thread Jason P Sage
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

Re: [fpc-devel] Inter Process Communication

2007-02-28 Thread Jason P Sage
> > > > 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 ? > >

Re: [fpc-devel] Inter Process Communication

2007-02-28 Thread Michael Van Canneyt
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. > >

Re: [fpc-devel] Inter Process Communication

2007-02-28 Thread Marco van de Voort
> 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. ___

Re: [fpc-devel] Inter Process Communication

2007-02-28 Thread Marco van de Voort
> 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

Re: [fpc-devel] Inter Process Communication

2007-02-28 Thread Michael Van Canneyt
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@

[fpc-devel] Inter Process Communication

2007-02-28 Thread Jason P Sage
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