You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is currently not possible let FUSE to run in multithread mode because
standard lua doesn't protect the VM for such situation(lua_lock/lua_unlock
in the source is a "do nothing").
At the moment, a vm_lock is implemented in the binding which effectively
lock and wait till the running lua function(from other threads) returns.
So even turning on FUSE muti-thread would have no effect, performance wise.
Original issue reported on code.google.com by [email protected] on 15 Jul 2007 at 4:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 Jul 2007 at 4:24The text was updated successfully, but these errors were encountered: