II.
LibraryProcess JSON
Structured · livelib-process:network-programming--event-driven-socket-handler
specializations/network-programming/event-driven-socket-handler json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:network-programming--event-driven-socket-handler",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/network-programming/event-driven-socket-handler",
"description": "Event-Driven Socket Handler - Implement a high-performance event-driven socket handler using platform-specific\nI/O multiplexing (epoll on Linux, kqueue on BSD/macOS, IOCP on Windows). Covers event loop architecture, connection state\nmachines, timer handling, and performance optimization for low latency and high throughput.",
"libraryPath": "library/specializations/network-programming/event-driven-socket-handler.js",
"specialization": "network-programming",
"references": [
"- epoll: https://man7.org/linux/man-pages/man7/epoll.7.html",
"- kqueue: https://www.freebsd.org/cgi/man.cgi?query=kqueue",
"- The C10K Problem: http://www.kegel.com/c10k.html",
"- io_uring: https://kernel.dk/io_uring.pdf"
],
"example": "const result = await orchestrate('specializations/network-programming/event-driven-socket-handler', {\n projectName: 'High-Frequency Trading Gateway',\n language: 'C',\n platform: 'linux',\n targetConnections: 100000,\n requirements: {\n latency: '<10us',\n throughput: '1M events/sec'\n }\n});",
"usesAgents": [
"event-loop",
"socket-programming",
"network-testing",
"network-architect"
]
},
"outgoingEdges": [
{
"from": "lib-process:network-programming--event-driven-socket-handler",
"to": "skill-area:protocol-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--event-driven-socket-handler",
"to": "skill-area:socket-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--event-driven-socket-handler",
"to": "topic:circuit-breakers",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--event-driven-socket-handler",
"to": "domain:networking",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--event-driven-socket-handler",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--event-driven-socket-handler",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--event-driven-socket-handler",
"to": "workflow:protocol-implementation-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--event-driven-socket-handler",
"to": "specialization:network-programming",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--event-driven-socket-handler",
"to": "lib-agent:network-programming--network-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}