summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_port.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Introducing extended app process management.Max Romanov1-0/+3
2017-12-27Fixing application timeout.Max Romanov1-0/+6
2017-12-27Changing worker selection precedence.Max Romanov1-1/+1
2017-12-27Implementing the ability to cancel request before worker starts processing it.Max Romanov1-4/+23
2017-11-02Fixing build on Solaris.Max Romanov1-1/+1
2017-10-19Filtering process to keep connection.Max Romanov1-2/+0
2017-10-04Port message fragmentation supported.Max Romanov1-0/+5
2017-10-04Using port 'post' facility to proxy remove pid message to workers.Max Romanov1-1/+5
2017-10-04Optimized send message allocations.Max Romanov1-2/+0
2017-10-04Introducing use counters for port and app. Thread safe port write.Max Romanov1-4/+13
2017-09-15Introducing named port message handlers to avoid misprints.Max Romanov1-29/+73
2017-09-15Introducing application timeout.Max Romanov1-2/+1
2017-09-10Configuration persistence.Valentin Bartenev1-0/+2
2017-08-17The new module configuration interface.Igor Sysoev1-0/+2
2017-08-11Sync flag introduced for port type.Max Romanov1-1/+3
2017-08-02Listening socket creation and binding operations are passedIgor Sysoev1-0/+2
2017-08-02Added basic port error handler.Max Romanov1-1/+4
2017-08-02Runtime processes protected with mutex.Max Romanov1-2/+0
2017-08-02Using port rpc in router->master start worker request.Max Romanov1-0/+3
2017-08-02Port RPC interface introduced.Max Romanov1-0/+9
2017-08-02Added bit flags to type parameter of nxt_port_socket_write().Max Romanov1-8/+24
2017-07-18Removed NXT_PACKED from port structures.Valentin Bartenev1-2/+2
2017-07-18Request-app link introduced to prevent mp destroy for penging requests.Max Romanov1-0/+1
2017-07-18Port allocation and destroy changed. Worker process stop introduced.Max Romanov1-0/+5
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-8/+18
2017-07-07Process stop notification from master to all other processes.Max Romanov1-4/+5
2017-07-07Cosmetic changes to remove some annoying valgrind messages.Max Romanov1-2/+2
2017-07-07Redirecting buffer completion handler to specific engine.Max Romanov1-1/+4
2017-06-23Added mem_pool pointer member to nxt_port_send_msg_t.Max Romanov1-0/+1
2017-06-23Moved message size to nxt_port_recv_msg_t for convenience.Max Romanov1-0/+1
2017-06-23Extruded nxt_port_send_port() to send port to one process.Max Romanov1-0/+2
2017-06-23nxt_port_create() use task instead of thread.Max Romanov1-1/+1
2017-06-20Using new memory pool implementation.Igor Sysoev1-1/+1
2017-05-12Using shared memory to send data via nxt_port.Max Romanov1-17/+32
2017-03-09Processes refactoring.Igor Sysoev1-12/+5
2017-02-22Port changes.Igor Sysoev1-35/+90
2017-02-01Process channels have been renamed to ports.Igor Sysoev1-0/+68