Re: [Re: Process creating]

2001-06-30 Thread Jan Hudec
On Wed, Jun 27, 2001 at 12:35:13AM -0600, Blesson Paul wrote: > 1: P1 and P2 have different physical areas of memory. This is how > protection works. > > 2: Why do they need to share the same memory? You can have your second > process > communicate with your first process through IPC. > > 3:

Re: [Re: Process creating]

2001-06-30 Thread Jan Hudec
On Wed, Jun 27, 2001 at 12:35:13AM -0600, Blesson Paul wrote: 1: P1 and P2 have different physical areas of memory. This is how protection works. 2: Why do they need to share the same memory? You can have your second process communicate with your first process through IPC. 3: Linux

Re: [Re: Process creating]

2001-06-27 Thread Blesson Paul
Hi Android IPC is my last resort. The reason is that, my present project is to convert a present software to run in beowlf. I am using Mosix which enables me to parralize the software through forking. The present software is highly data oriented and highly complicated. If

Re: [Re: Process creating]

2001-06-27 Thread Blesson Paul
Hi Android IPC is my last resort. The reason is that, my present project is to convert a present software to run in beowlf. I am using Mosix which enables me to parralize the software through forking. The present software is highly data oriented and highly complicated. If