• Stefy Lanza (nextime / spora )'s avatar
    Implement bidirectional socket-based interprocess communication · 0aed6a48
    Stefy Lanza (nextime / spora ) authored
    - 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
    0aed6a48
backend.py 4.6 KB