missing mkdirRecursive #89

Open
opened 2014-07-14 11:54:01 -07:00 by jkryl · 0 comments
jkryl commented 2014-07-14 11:54:01 -07:00 (Migrated from github.com)

Normally mkdir is fast operation which can be executed synchronously without blocking event loop for too long time, but this holds only for "local filesystems". When trying to use wrench on a disk exported through iSCSI the delays can get noticeably longer and one needs to switch to async methods. I have a simple fix implementing mkdirRecursive function (only this function because that's the only function I'm using in my app from wrench). I will submit a pull request shortly.

Normally mkdir is fast operation which can be executed synchronously without blocking event loop for too long time, but this holds only for "local filesystems". When trying to use wrench on a disk exported through iSCSI the delays can get noticeably longer and one needs to switch to async methods. I have a simple fix implementing mkdirRecursive function (only this function because that's the only function I'm using in my app from wrench). I will submit a pull request shortly.
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/wrench-js#89
No description provided.