搜索资源列表
11
- 用多进程同步方法解决生产者——消费者问题,进行一个完整的程序
socket
- 能让我们对linux的系统和socket有一个叫深入的了解,且对网络服务器的架构有一定了解,通过实践,使我们知道在网络编程过程中所需要注意的一系列问题(如并行程序设计的问题)。当然,本次大作业还能使我们对“进程间通信”,“进程同步”和“信号量”等操作系统的知识进行巩固,从而服务于本次大作业。-Make our linux system and the socket are called in-depth understanding of the network server architectu
1
- 主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发来的消息。 2) 实现管道的互斥使用,当一个子进程正在对
process--synchronization
- Linux进程的创建与父子进程同步,包括父进程创建子进程、查看进程家族树、父子进程同步-Linux process, the process of simultaneous creation and his son, including the parent process creates a child process, view the process of the family tree, father and son process synchronization
ACE-tutorial
- 经典可跨平台的网络应用程序的程序库套件。它提供了socket/threading/memory management等多种系统调用的面对对象的wrapper,使C++通信软件开发更加简单。 可实现可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 .-Classic cross-platform web application library packag
forkSYSV
- 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 任务要求 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks requi
ThreadPosix
- 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require p
acl
- 该库跨平台的、支持常见数据算 法、有很好的服务器框架、支持线程池/进程池、支持同步/异步通信、简单易用可扩展、支持HTTP协议、ICMP协议、DNS协议等-The library of cross-platform, support the common data is law, have very good server framework, support thread pool/process pool, support synchronous/asynchronous communica
semaphore-(PV-opreate)
- 信号量PV操作的封装函数,包括一个.c文件和.h文件 用于进程间通信的同步.-simplified sem_wait and sem_post function
CPP-Wrapper
- Linux平台API的C++封装,包括多线程、多进程、同步锁、Socket等-The Linux platform API C++ package
Shell
- 用C语言编写一个简单的shell程序,清晰易读、设计优良.使用Linux下的软件开发工具,学习使用POSIX/UNIX系统调用、对进程进行管理和完成进程之间的通信,理解并发程序中的同步问题.-A simple shell program written in C language, legible, well-designed software development tools under Linux, learning to use the POSIX/UNIX system call, t
Lesson16Code
- 线程同步与异步套接字Socket编程,进程间通信。-Thread synchronization and asynchronous socket Socket programming, inter-process communication.