确保进程告诉您想让其在何处写入您的数据!
Be sure to tell the process where you'd like it to write your data!
程序的文本和数据段现在需要写入到mem文件中,这可以使用write系统调用,或者通过将该文件映射到该进程的地址空间中实现。
The program text and data segments now need to get written into the mem file, either using the write system call, or by mapping the file into the process address space.
这意味着当多个进程和线程可以在同一时间从同一数据库读取数据,但只有一个可以写入数据。
This means that while multiple processes and threads can read from the same database at the same time, only one is able to write.
应用推荐