IKSG / nsf-file-server

SFTP server backed by an NSF
Apache License 2.0
3 stars 0 forks source link

Consider how to handle multithreading #28

Open jesse-gallagher opened 4 years ago

jesse-gallagher commented 4 years ago

Accessing an NSF across threads in general is fine, but maybe it would make sense to keep an internal single-thread ExecutorService to queue all filesystem operations without worrying about having to synchronize.