Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing to a single file from multiple processes #11

Open
skuchuk opened this issue Apr 18, 2017 · 1 comment
Open

Writing to a single file from multiple processes #11

skuchuk opened this issue Apr 18, 2017 · 1 comment
Assignees

Comments

@skuchuk
Copy link

skuchuk commented Apr 18, 2017

Hi,
Can you estimate when the feature which allows multiple processes to write to a single file be released?

@Rcomian Rcomian self-assigned this Apr 18, 2017
@Rcomian
Copy link
Owner

Rcomian commented Apr 18, 2017

This is definitely a feature I want, but I can't give a timeline for it as I don't know of a good approach to take.

The main issue is the lack of good locking semantics available to nodejs. But there are a number of issues.
Might as well be worth using this issue to enumerate them. Some of them might not be issues in real life, but are things that concern me with the design, like overheads in synchronising, agreeing on log-file names, rollover logic, etc.

One thing that can be done is log to a logging service, such as splunk or logs.io. But these solutions aren't relevant to this particular project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants