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

Process creating

2001-06-26 Thread Blesson Paul
hi all I have in a confusion regarding the creation of processes by the kernel. Let I have two processes P1 and P2, both are childs of P0. I want to know the following facts regarding P1 and P2. I have created two processes by forking. Everyone knows that when P1 and P2

Process creating

2001-06-26 Thread Blesson Paul
hi all I have in a confusion regarding the creation of processes by the kernel. Let I have two processes P1 and P2, both are childs of P0. I want to know the following facts regarding P1 and P2. I have created two processes by forking. Everyone knows that when P1 and P2