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

syscall is not used on Google App Engine #11

Closed
oschwald opened this issue Feb 24, 2015 · 6 comments
Closed

syscall is not used on Google App Engine #11

oschwald opened this issue Feb 24, 2015 · 6 comments

Comments

@oschwald
Copy link
Owner

It is not supported there. See #10.

@fnkr
Copy link

fnkr commented Feb 24, 2015

go-app-builder: Failed parsing input: parser: bad import "syscall" in github.com/oschwald/maxminddb-golang/reader_unix.go

@tavancini
Copy link

+1
Is there any workaround on this?

@fnkr
Copy link

fnkr commented Feb 24, 2015

Not as far as I know. I'm waiting for @oschwald, I hope he has some idea :)

@oschwald
Copy link
Owner Author

This should be fixed. On Google App Engine, it will load the database into memory instead of memory mapping the file.

@fnkr
Copy link

fnkr commented Feb 25, 2015

Its working, thanks! 👍

@tavancini
Copy link

Awesome! Thanks @oschwald !

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

No branches or pull requests

3 participants