Re: unix fork()
From: Anton Petrusevich (casus_at_att-ltd.biz)
Date: 08/30/05
- Next message: Gordon Burditt: "Re: unix fork()"
- Previous message: Anton Petrusevich: "Re: Shared memory Question using shmctl()"
- In reply to: dasani8888_at_hotmail.com: "unix fork()"
- Next in thread: Gordon Burditt: "Re: unix fork()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Aug 2005 23:23:09 +0200
dasani8888@hotmail.com wrote:
> I'm a OS newbie and trying to implement a fork() function in C that
> acts like unix fork.
What for? To create a new process you have to call the kernel, that is what
"fork()" for. If you are talking about threads then there are several
userspace implementations, look at them.
-- Anton Petrusevich
- Next message: Gordon Burditt: "Re: unix fork()"
- Previous message: Anton Petrusevich: "Re: Shared memory Question using shmctl()"
- In reply to: dasani8888_at_hotmail.com: "unix fork()"
- Next in thread: Gordon Burditt: "Re: unix fork()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]