Ch4 Linux系统程序设计 进程控制和进程间通信

Ch4 Linux系统程序设计 进程控制和进程间通信

ID:28370255

大小:1.63 MB

页数:137页

时间:2018-12-09

Ch4 Linux系统程序设计 进程控制和进程间通信_第1页
Ch4 Linux系统程序设计 进程控制和进程间通信_第2页
Ch4 Linux系统程序设计 进程控制和进程间通信_第3页
Ch4 Linux系统程序设计 进程控制和进程间通信_第4页
Ch4 Linux系统程序设计 进程控制和进程间通信_第5页
资源描述:

《Ch4 Linux系统程序设计 进程控制和进程间通信》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、Ch4LinuxSystemProgramming–Process&IPCJianjianSONGSoftwareInstitute,NanjingUniversityOct,2004ContentProcess&processenvironmentProcessControlProcessidentifier,fork,exec…ProcessrelationshipSignalInter-processcommunication(IPC)Pipe,FIFOsemaphore,sharedmemory,messagequeueDaemo

2、nThread1.Process&ProcessEnvironmentWhatisaprocess?ProgramandprocessProcess:anaddressspacewithoneormorethreadsexecutingwithinthataddressspace,andtherequiredsystemresourcesforthosethreads.(SUSv3)ThestartupofaprocessSystemcall“fork”Processresourcesstructtask_structSystemspac

3、estack…Systemcall“exec”TheentryofCprogramsSystemstackTheentryofCprogramscrt0.occ/ldmainfunctionfunctionprototype:intmain(intargc,char*argv[]);TheterminationofaprocessFivewaysofterminatingaprocessNormalterminationReturnfrom“main”functionCall“exit”functionCall“_exit”functio

4、nAbnormalterminationCall“abort”functionTerminatedbyasignalexit&_exitfunctionsFunctionprototype:#includevoidexit(intstatus);#includevoid_exit(intstatus);ExitstatusDifference_exitiscorrespondingtoasystemcall,while“exit”isalibraryfunction._exitterminateap

5、rocessimmediately.ExithandleratexitfunctionRegisterafunctiontobecalledatnormalprogramtermination.Prototype:#includeintatexit(void(*function)(void));on_exitfunctionExampleThememorymapofaCprogramTextsegment(codesegment)DatasegmentInitializeddataUninitializeddataHe

6、apStackCommandlineargumentsmainfunctionintmain(intargc,char*argv[]);Example:Theimplementationofecho(1)CommandlineoptionStandardusagegetoptfunctiongetoptfunctionPrototype:intgetopt(intargc,char*constargv[],constchar*optstring);externchar*optarg;externintoptind,opterr,optop

7、t;Question:getopt(argc,argv,“if:lr”);Programexample(P104,inBLP)EnvironmentvariablesEnvironmenttableEnvironmentpointerexternchar**environ;putenv&getenvfunctionsGet,setorunsetanenvironmentvariable#includechar*getenv(constchar*name);intputenv(char*string);intsetenv

8、(constchar*name,constchar*value,intoverwirte);voidunsetenv(constchar*name);SharedobjectSharedobj

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。