[fpc-devel] Re: Inter Process Communication

2007-03-06 Thread Jason P Sage
Felipe Monteiro de Carvalho Wrote: >Did you check the O-PSP : = >http://www.psp.furtopia.org/cgi-bin/psp/news.psp and >http://sourceforge.net/project/showfiles.php?group_id=3D145841. >The O-PSP is going to handle the requests using multi-threading = >mechanism while it doesn't need to install any

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