Skip to content

MAP_SHARED not a great idea #60

@carloslack

Description

@carloslack

The idea of syncing with fd with MAP_SHARED is not very smart - implement a way to allow late sync op if file is open in R/W

Currently:

, m == F_RW ? MAP_SHARED : MAP_PRIVATE

Also when not syncing, need to provide interface to sync when all is done

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions