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

GoRPC on 32 bits platforms #5

Closed
pierrec opened this issue Mar 17, 2015 · 2 comments
Closed

GoRPC on 32 bits platforms #5

pierrec opened this issue Mar 17, 2015 · 2 comments

Comments

@pierrec
Copy link

pierrec commented Mar 17, 2015

Hello,

Since I ran into this issue and I cannot upgrade my machine for now, I am stuck with 32 bits mode.
I think that the stats could just be made uint32 on 32 bits platforms and left as is on 64 bits ones.

What do you think?

Pierre

@valyala
Copy link
Owner

valyala commented Mar 18, 2015

32-bit counters is no-go, since they can count only 4Gb of sent/received data, which is tiny number for any platform.

Now gorpc uses mutexes on 386 platform. See the commit 420f015 .

@valyala valyala closed this as completed Mar 18, 2015
@maddie
Copy link

maddie commented Mar 27, 2017

This problem also affects GOARCH=arm under Go 1.8

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