Hi,In some perl programs sometimes I made a call to set priority, to lower my program's niceness so it would hopefully yield to other things on the system if it bad behaved. Can go do this? A search of http://golang.org/search?q=Setpriority makes it look like it is unimplemented.
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
In some perl programs sometimes I made a call to set priority, to lower my program's niceness so it would hopefully yield to other things on the system if it bad behaved. Can go do this? A search of http://golang.org/search?q=Setpriority makes it look like it is unimplemented.