Skip to main content

Home/ InnoDev/ Contents contributed and discussions participated by Jozef Fulop

Contents contributed and discussions participated by Jozef Fulop

Jozef Fulop

Raspberry Pi: the Perfect Home Server | Linux Journal - 0 views

  •  
    Ever since the announcement of the Raspberry Pi, sites all across the Internet have offered lots of interesting and challenging uses for this exciting device. Although all of those ideas are great, the most obvious and perhaps least glamorous use for the Raspberry Pi (RPi) is creating your perfect home server.
Jozef Fulop

Does the GIL Make Your Ruby Code Thread-Safe? - 1 views

  •  
    out of 5 dentists agree that multi-threaded programming is hard to get right. At the end of the day, all that the GIL guarantees is that MRI's native C implementations of Ruby methods will be executed atomically (but even this has caveats). ... So the GIL doesn't 'solve' thread-safety issues. ... One way that we work with hard problems is with good abstractions. ... We're seeing more and more abstractions around threads. An approach that's catching on in the Ruby community is the Actor model of concurrency, with the most popular implementation being Celluloid. Celluloid provides a great abstraction that marries concurrency primitives to Ruby's object model. Celluloid can't guarantee that your code will be thread-safe or free from race conditions, but it wraps up best practices. I encourage you give Celluloid a try.
Jozef Fulop

Migrating from a single Rails app to a suite of Rails engines [Rails application suites... - 0 views

  •  
    Pre inspiraciu
Jozef Fulop

Rails Quick Tips - ActiveRecord::Calculations.pluck - The Hashrocket Blog - 2 views

  •  
    Definitely less code but what is it doing? .pluck is a (misplaced?) calculation method that, like described above, is returning an array of results based
Jozef Fulop

Nobody understands the GIL - Part 2: Implementation - 1 views

  •  
    Part 2
Jozef Fulop

Nobody understands the GIL - 0 views

  •  
    Part 1 of the article
‹ Previous 21 - 26 of 26
Showing 20 items per page