single threaded software is actually a really good idea if you need something to be really reliable.
race conditions are really easy to write, so if you absolutely cannot tolerate errors.. just don't do concurrency.
single threaded software is actually a really good idea if you need something to be really reliable.
race conditions are really easy to write, so if you absolutely cannot tolerate errors.. just don't do concurrency.
@tebicat Yes. A lot of the time when you think you need concurrency, you can do just as well with a run loop you can post actions to. This is far easier to debug in the long run.
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.