II.
LibraryProcess overview
Reference · livelib-process:performance-optimization--network-io-optimization
specializations/performance-optimization/network-io-optimization overview
Network I/O Optimization - Optimize network I/O for improved latency and throughput including connection pooling, TCP tuning, compression, and request batching.
Attributes
displayName
specializations/performance-optimization/network-io-optimization
description
Network I/O Optimization - Optimize network I/O for improved latency and throughput including
connection pooling, TCP tuning, compression, and request batching.
libraryPath
library/specializations/performance-optimization/network-io-optimization.js
specialization
performance-optimization
references
- - High Performance Browser Networking: https://hpbn.co/
- - Wireshark: https://www.wireshark.org/
example
const result = await orchestrate('specializations/performance-optimization/network-io-optimization', {
projectName: 'Microservices Platform',
targetServices: ['api-gateway', 'auth-service', 'data-service'],
protocolType: 'http2'
});
usesAgents
- io-performance-expert
- latency-optimization-expert
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:performance-optimization·Specialization
lib_covers_topic1
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow1
- workflow:performance-profiling-cycle·WorkflowPerformance Profiling Cycle
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area2
- skill-area:performance-monitoring-profiling·SkillAreaPerformance Monitoring and Profiling
- skill-area:profiling-cpu·SkillAreaCPU Profiling
uses_agent2
- lib-agent:performance-optimization--io-performance-expert·LibraryAgentI/O Performance Expert
- lib-agent:performance-optimization--latency-optimization-expert·LibraryAgentlatency-optimization-expert
Incoming edges
None.