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

mmap interface for windows #5

Closed
cyrush opened this issue Jul 18, 2016 · 2 comments
Closed

mmap interface for windows #5

cyrush opened this issue Jul 18, 2016 · 2 comments
Labels
Milestone

Comments

@cyrush
Copy link
Member

cyrush commented Jul 18, 2016

On windows we don't have access to mmap, we have to use a windows specific API.

http://msdn.microsoft.com/en-us/library/aa366556%28VS.85%29.aspx

For now, i ifdef calls to mmap out on windows, and added an exception if someone tries this path.

@cyrush
Copy link
Member Author

cyrush commented Jul 18, 2016

here is an example that is its more complex than we need, but I think includes the mechanics we are interested in:

http://stackoverflow.com/questions/1880714/createfilemapping-mapviewoffile-how-to-avoid-holding-up-the-system-memory

@cyrush cyrush added the bug label Jul 18, 2016
@cyrush cyrush added this to the 0.3.0 milestone Jul 24, 2016
@cyrush cyrush removed this from the 0.3.0 milestone Sep 23, 2016
@cyrush cyrush added this to the 0.2.0 milestone Sep 30, 2016
@cyrush
Copy link
Member Author

cyrush commented Sep 30, 2016

resovled in #63

@cyrush cyrush closed this as completed Sep 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant