TODO 695 B

12345678910111213141516171819202122
  1. -*- Mode: Outline -*-
  2. * Ideas
  3. ** Make channel buffers configurable.
  4. ** Make use of libssh callbacks to track asynchronous events on channels
  5. ** Allow to specify the load coefficient for each node
  6. in (ssh dist node)
  7. ** 'dist-load' procedure
  8. that allows to load a local Scheme program on specified host(s).
  9. * Known Bugs
  10. ** Tests
  11. - 'client-server.scm' sometimes fails when 'make check' is called with
  12. number of jobs > 1 (see '-j' flag).
  13. ** distributed forms
  14. - 'dist-map' sometimes failes during the job migration with the
  15. following error:
  16. #+BEGIN_EXAMPLE
  17. In thread:
  18. ERROR: Could not open forward channel #<tunnel 127.0.0.1:0 -> localhost:37147 91b72a8> error
  19. #+END_EXAMPLE