代码搜索:Interprocess

找到约 134 项符合「Interprocess」的源代码

代码结果 134
www.eeworm.com/read/400494/2352301

texi socket.texi

@node Sockets, Low-Level Terminal Interface, Pipes and FIFOs, Top @chapter Sockets This chapter describes the GNU facilities for interprocess communication using sockets. @cindex socket @cindex inte
www.eeworm.com/read/375427/2724552

java echoserver2.java

import java.io.*; import java.net.*; /** * This module contains the application logic of an echo server * which uses a stream socket for interprocess communication. * A command-line argumen
www.eeworm.com/read/173458/9656938

cpp npipe.cpp

// This program demonstrates the use // of named pipes for interprocess // communication. This process acts as the // server. #define INCL_DOSNMPIPES #define INCL_DOSPROCESS #include
www.eeworm.com/read/10438/186692

c pipe.c

/*** *pipe.c - create a pipe * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines _pipe() - creates a pipe (i.e., an I/O channel for interprocess *
www.eeworm.com/read/231546/4714854

pod perlipc.pod

=head1 NAME perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) =head1 DESCRIPTION The basic IPC facilities of Perl are built out of the go
www.eeworm.com/read/358128/3001412

pod perlipc.pod

=head1 NAME perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) =head1 DESCRIPTION The basic IPC facilities of Perl are built out of the go
www.eeworm.com/read/141300/5772715

c ipcstdio.c

/* * Steve Tynor * * Generic Interprocess Communication module * * Used for debugging in absense of IPC interface. * */ //#include #ifdef IPC_DEBUG_VIA_STDIO #include #i
www.eeworm.com/read/437018/1839123

c ipcstdio.c

/* * Steve Tynor * * Generic Interprocess Communication module * * Used for debugging in absense of IPC interface. * */ #ifdef IPC_DEBUG_VIA_STDIO #include #include "IPC.h" #inclu
www.eeworm.com/read/375427/2724542

java echoserver3.java

import java.io.*; import java.net.*; /** * This module contains the application logic of an echo server * which uses a stream-mode socket for interprocess communication. * Unlike EchoServer2
www.eeworm.com/read/376006/2717097

readme

$PostgreSQL: pgsql/src/backend/storage/lmgr/README,v 1.22 2007/10/26 20:45:10 alvherre Exp $ LOCKING OVERVIEW Postgres uses three types of interprocess locks: * Spinlocks. These are intended for