Is there some overhead due to preemption?

About EINTR, I suspect that some programs will have problems.
As an example
https://github.com/golang/go/issues/22838

The issue was reported for MacOS, but technically every signal, including 
SIGSTOP, can  interrupt a syscall.

Thanks
Manlio

On Wednesday, February 5, 2020 at 8:43:47 PM UTC+1, Carlos Amedee wrote:
>
> Hello gophers,
>
> We have just released go1.14rc1, a release candidate version of Go 1.14.
> It is cut from release-branch.go1.14 at the revision tagged go1.14rc1.
>
> Please try your production load tests and unit tests with the new version.
> Your help testing these pre-release versions is invaluable.
>
> Report any problems using the issue tracker:
> https://golang.org/issue/new
>
> If you have Go installed already, the easiest way to try go1.14rc1
> is by using the go command:
> $ go get golang.org/dl/go1.14rc1
> $ go1.14rc1 download
>
> You can download binary and source distributions from the usual place:
> https://golang.org/dl/#go1.14rc1
>
> To find out what has changed in Go 1.14, read the draft release notes:
> https://tip.golang.org/doc/go1.14
>
> Cheers,
> Carlos and Dmitri on behalf of the Go team
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/e8db33b3-097a-42ff-a486-49733cbd8cf9%40googlegroups.com.

Reply via email to