-
Cod Zauker Revenge: Code me maybe
Oct 22, 2012 路 1 min read 路Code Me Mabye
Hey, I just met you, and this is crazy聽 But here's my number, so call me maybe And all the other boys, try to chase me,聽 But here's my number, so call me maybe
Read More -
Erlang vs Ruby: Er Zauker
Jul 4, 2012 路 2 min read 路 -
Erlang Book Review
Jul 19, 2009 路 7 min readen erlang featured lang reviews software 路 books development erlang framework functional-programming guide http ideas internet java oreilly performance programming-languages路After reading an interesting article on Erlang聽 and Java interoperability, I have decided to dedicate my spare time to Erlang.
O’Reilly has just published a wonderful book on Erlang, so I decided to dive into it.
Read More -
As processors become faster and multiprocessor systems become cheaper, the need to take advantage of multithreading in order to achieve full hardware resource utilization only increases the importance of being able to incorporate concurrency in a wide variety of application categories.
In this article we are evaluting a new approach to the concurrency. In the last five years computers are becoming even more parallel. Intel is pushing multi-core achiteture also on commodity personal computers. Neverless the computing power is ofter not well used: one again, hardware is a step head of our day-by-day software development. Remember when the 80286 came into light. The 286 was able to provide a multi-programming architecture but without memory management protection. We had to wait 386 hardware to see software working on preemptive multi-tasking, because software cannot cope with unprotected memory. In one word, it costs too much to develop a operating system without the new features the 80386 bring to us. What about concurrent programming? Can we look similarities in the聽 concurrency field?
Read More