Thank you guys,
I got it fork is creating a different process.
Currently, I am working a lot that I forget even the basic principales ;-)
I need a break ...
-aziz
On 6/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Aziz,
>
> Fork is for process creation. Look up pthread_create() and/or
Aziz,
Fork is for process creation. Look up pthread_create() and/or POSIX thread
creation, etc. You should be able to find a lot of info on google with a quick
search:
http://math.arizona.edu/~swig/documentation/pthreads/
From the OS standpoint a process is like a different program when
Aziz Kezzou wrote:
Hi all,
It's probably not the right mailing list to ask but I am really
surprised about global variable sharing in a multithreaded C
application. If I remember well my multithreading course global
variables are shared between threads, right ?
fork() is not a threading p
On Fri, 3 Jun 2005, Aziz Kezzou wrote:
> Hi all,
> It's probably not the right mailing list to ask but I am really
> surprised about global variable sharing in a multithreaded C
> application. If I remember well my multithreading course global
> variables are shared between threads, right ?
Uhh,
On Fri, Jun 03, 2005 at 07:55:29PM -0400, Aziz Kezzou wrote:
> It's probably not the right mailing list to ask but I am really
> surprised about global variable sharing in a multithreaded C
> application. If I remember well my multithreading course global
> variables are shared between threads, rig
5 matches
Mail list logo