Yes I noticed that. The problem was there until last summer, if I remember correctly, probably until version 22.1. Thanks for the explanation. I had already noticed that Rybka uses one new process for every processor, like Crafty used to in the past. Most other engines use only one process and many threads inside it, so they are not affected by this.bob wrote:Crafty no longer uses this so for it, the issue has gone away...
Ubuntu: latest wine update breaks rybka
Moderator: Ras
Re: Ubuntu: latest wine update breaks rybka
-
- Posts: 20943
- Joined: Mon Feb 27, 2006 7:30 pm
- Location: Birmingham, AL
Re: Ubuntu: latest wine update breaks rybka
They could be I suppose, in that you can use shmget() in a threaded program as well. But since threads already share evereything, by default, doing this has no real benefit...glorfindel wrote:Yes I noticed that. The problem was there until last summer, if I remember correctly, probably until version 22.1. Thanks for the explanation. I had already noticed that Rybka uses one new process for every processor, like Crafty used to in the past. Most other engines use only one process and many threads inside it, so they are not affected by this.bob wrote:Crafty no longer uses this so for it, the issue has gone away...