Search Results

Search: Posts Made By: SirSalt
Forum: Programming 12-28-2016
3,893
Posted By bakunin
For instance here...
For instance here (https://www.unix.com/302144839-post2.html) or here (https://www.unix.com/302525797-post2.html), but i will try to explain it again:

X-Windows is a client-server system, like NFS,...
Forum: Programming 12-27-2016
3,893
Posted By bakunin
I have (in fact several times over) explained in...
I have (in fact several times over) explained in principle how X-Windows works. Use the search function of this forum and you will find a few threads with such explanations.



OK, but notice:...
Forum: Programming 12-27-2016
3,893
Posted By wisecracker
Hi SirSalt... It might be worthwhile looking...
Hi SirSalt...

It might be worthwhile looking at:-

The Comprehensive List of Window Managers for Unix (http://www.gilesorr.com/wm/table.html)

A plethora of WMs to guide you along, with source...
Forum: Programming 12-19-2016
1,486
Posted By Don Cragun
In #3, A calls fork(). At that point you have...
In #3, A calls fork(). At that point you have processes A and B. Then B calls fork(). At that point you have processes A, B, and C all running the same instructions. Then B calls exit() leaving...
Forum: Programming 12-17-2016
1,486
Posted By jim mcnamara
Please note: This is simplified! when you read...
Please note: This is simplified! when you read the man page for exec or fork it goes into lots of technical details. This is how I used to teach this to OS students as a high level peek. Start with...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 12:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy