Re: [fpc-devel] Inter Process Communication

2007-03-06 Thread Michael Schnell
I tried the simpleipc unit supplied with freepascal to try and eliminate the the file based IPC I wrote - but in Linux - it was awful - and seemed to have symptoms of thread safety - could be my end or FPC rtl - I'm not sure. I understood that you use multiple _programs_. If you use multiple _

Re: [fpc-devel] Inter Process Communication

2007-03-06 Thread Vincent Snijders
Jason P Sage schreef: I used CGI for portability - but to counter the delay of loading involved CGI executables - I created a very thin CGI client (50k on Win32 - unfortunately - 250k+ on Linux - (something about the smart linking isn't as good on linux). My next two agendas are creating m

[fpc-devel] New branch

2007-03-06 Thread Jonas Maebe
Hello, We have created a FIXES_2_2 branch in svn which will be used to finalize 2.2. The version number of trunk has been changed to 2.3.1 and will be used for new development. So unless you need any of the new features in trunk, we'd advise to use the FIXES_2_2 branch instead. FWIW, the

RE: [fpc-devel] Inter Process Communication

2007-03-06 Thread George Birbilis
Haven't read this thread, so I might be off-topic a bit in the following: On Windows the best way to copy data in my opinion is WM_COPYDATA message, but I'm not sure if on Vista it will work ok (haven't tried). If you want to try it see http://plugs.onestop.net George Birbilis ([

[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

[fpc-devel] RE: Interprocess Communication

2007-03-06 Thread Jason P Sage
I misquoted my last response to the mailing list. It wasn't Felipe it was [EMAIL PROTECTED] I was responding to about PSP and Inter-process communication. My Apologies to both of you. "Aavani" and "Felipe Monteiro de Carvalho" No Harm Meant. Jason P Sage