Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: difference between thread based and process based operating systems?
> Good article. Thanks. So I take it that a process is self contained. A
> thread is general 'interleaved' and shares memory correct?
>
Yes, you are correct.
> So if you run a thread in the background in Unix or use a pthread is it a
> seperate process? Same as a daemon? Which I believe is just a thread run
> with an '&' at the end correct?
>
No, we don't say a thread running in the background because it does not run independently like a process.
> I have a question of how shared server works on unix. If its spawning a
> seperate process, how does it 'share' since processes seem to be self
> contained.
>
I am not sure I understand your question. Are you talking about Oracle's shared server or MTS? Received on Fri May 09 2003 - 21:56:33 CDT
![]() |
![]() |