Live data from Hacker News

Viewing profile — bradleymeck

bradleymeck

HN member
Joined
Thu, May 19, 2011, 9:04 PM UTC
HN karma
5
Public activity
8 items

About bradleymeck

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #3419738

    So are all string based dictionaries?

  3. comment
    Comment #3297567

    Perhaps it is taking away a "feature" in some senses, but in my view it is taking the logical step not allowing concurrent access to preempt during execution. I often want the curr…

  4. comment
    Comment #3297217

    By giving a shared in-memory resource for the current state of an object that is not mutated from other threads during a single stack build / teardown. Concurrent access in threads…

  5. comment
    Comment #3296507

    For me it is. However i tend to just use in-memory caches instead of a cache server, which may suffer the same issue. For standard websites, this is a non-issue for CRUD, for task/…

  6. comment
    Comment #3296306

    When working with requests that share resources via web frameworks that deal with threads, the large consensus is to put the resource into an external managed resource. This extern…

  7. comment
    Comment #2812465

    Indeed not, but Erlang is Erlang, Hook.io is Hook.io, and Trolls are Trolls. More perspective on opinions would be helpful to evolving away from problems you see, and/or for the us…

  8. comment
    Comment #2810120

    Hey all, just wanted to chime in about us using this at Nodejitsu. Hook.io makes it much easier to have a huge mesh network of drones for us and greatly simplified our management c…