Re: [fpc-devel] Inter Process Communication

2007-03-05 Thread [EMAIL PROTECTED]
Jason P Sage wrote: Michael Schnell Wrote: Why not use TCP/IP to send informations from one program to another ? In Linux this should perform at least as well as anything else, in Windows named pipes or windows messages with "attached" shared memory blocks might perform

Re: [fpc-devel] Google summer of code

2007-03-05 Thread Felipe Monteiro de Carvalho
Does anyone have the submition from last year? It would probably be a good idea to start with that, as it probably has a lot of things already done, and then improve it. Also, what about the idea of launching one application for lazarus and fpc? -- Felipe Monteiro de Carvalho ___

Re: [fpc-devel] Google summer of code

2007-03-05 Thread Florian Klaempfl
Felipe Monteiro de Carvalho schrieb: >>7. What is the URL for your ideas page? > > Lazarus has a ideas page for new features that could be utilized for > Summer of Code ideas > > http://wiki.lazarus.freepascal.org/Feature_Ideas > > And what about FPC? Is there a page for ideas? If not, maybe

Re: [fpc-devel] Google summer of code

2007-03-05 Thread Felipe Monteiro de Carvalho
7. What is the URL for your ideas page? Lazarus has a ideas page for new features that could be utilized for Summer of Code ideas http://wiki.lazarus.freepascal.org/Feature_Ideas And what about FPC? Is there a page for ideas? If not, maybe I could create one on the Wiki. -- Felipe Monteiro

Re: [fpc-devel] Google summer of code

2007-03-05 Thread Felipe Monteiro de Carvalho
Ah, one idea I just had is to submit Free Pascal and Lazarus as one mentoring organization. If anyone need, I can help writing the application. I collected some useful info from Google FAQ: How does a mentoring organization apply? The organization should choose a single administrator to submi

Re: [fpc-devel] Google summer of code

2007-03-05 Thread Felipe Monteiro de Carvalho
Today the registrations begin: March 5: Mentoring organizations can begin submitting applications to Google Again, I suggest doing it ASAP -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal

Re: [fpc-devel] Inter Process Communication

2007-03-05 Thread Jason P Sage
Michael Schnell Wrote: >Why not use TCP/IP to send informations from one program to another ? In >Linux this should perform at least as well as anything else, in Windows >named pipes or windows messages with "attached" shared memory blocks >might perform better. >Moreover you now easily can sp

Re: [fpc-devel] Inter Process Communication

2007-03-05 Thread Michael Schnell
Why not use TCP/IP to send informations from one program to another ? In Linux this should perform at least as well as anything else, in Windows named pipes or windows messages with "attached" shared memory blocks might perform better. Moreover you now easily can split the application between