Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Erlang

Name: Anonymous 2007-09-26 4:13 ID:cjaYSFso

Well, it seems kinda weird, but I am really salivating over the promise of N-times faster programs on an N-core cpu..

Thoughts?

Name: Anonymous 2007-09-27 0:59 ID:SzN/eoHc

>>11
Messages are delivered asynchronously. This implies that they are queued. That in turn suggests that these queues are unbounded in size, so that if the receiving process doesn't get enough processor time to handle messages as they come, the queue will grow and grow and grow.

In practice though, I hope there's some sort of a backstop. Me, I like synchronous messaging, or alternatively send-and-wait messaging where you can do something before the "wait" part.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List