Implement bidirectional socket-based interprocess communication
- Separate communication protocols: TCP for web-backend, Unix sockets for backend-workers - Remove file-based result passing, implement in-memory result storage in backend - Web interface polls backend via socket for results instead of reading files - Workers send results back through Unix socket connection to backend - Maintain persistent connections for efficient bidirectional communication
Showing
Please
register
or
sign in
to comment