oar-team / batsim

Batsim: Infrastructure simulator for job and I/O scheduling
GNU Lesser General Public License v3.0
30 stars 15 forks source link

Socket filenames must be of length < 107 #7

Closed mpoquet closed 7 years ago

mpoquet commented 7 years ago

This is a real problem when running experiments which generate directories.

This limitation comes from the C API. Updating the way the socket is handled might be necessary.

mpoquet commented 7 years ago

Not using unix domain sockets anymore, closing the issue.