/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

antonym.org
| | databasearchitects.blogspot.com
4.0 parsecs away

Travel
| | A blog by and for database architects.
| | river.me
5.0 parsecs away

Travel
| | My notes on "Operating Systems: Three Easy Pieces" - part 2, Concurrency
| | ncona.com
3.9 parsecs away

Travel
| | In this article we are going to learn what is concurrency in computer systems. To understand it better, we'll see what are the problems that occur when there is concurrency and what are some ways to prevent those problems. What is concurrency? Concurrency referes to the ability of a computer system to do different things at the same time. We see concurrency in action in our computers when there are multiple programs executing at the same time. We can be playing some music in our computer and at the same ...
| | akaptur.github.com
21.7 parsecs away

Travel
| Nick Coghlan added another interesting note in response to my last post about creating side-effecting assignments in python. Here's Nick: @ ...