Using shared memory to send data via nxt_port.

Usage:
    b = nxt_port_mmap_get_buf(task, port, size);
    b->mem.free = nxt_cpymem(b->mem.free, data, size);
    nxt_port_socket_write(task, port, NXT_PORT_MSG_DATA, -1, 0, b);
This commit is contained in:
Max Romanov
2017-05-12 20:32:41 +03:00
parent 1782c771fa
commit f7b4bdfd89
19 changed files with 1506 additions and 186 deletions

1
configure vendored
View File

@@ -63,6 +63,7 @@ fi
. auto/atomic
. auto/malloc
. auto/mmap
. auto/shmem
. auto/time
if [ $NXT_THREADS = YES ]; then