`
derlang
  • 浏览: 33961 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

actors style of concurrent programming

阅读更多
from <<Programming in scala>>

  • Actors should not block
  • Communicate with actors only via messages
  • Prefer immutable messages
  • Make messages self-contained


引用

A balanced attitude for Scala programmers

Prefer vals, immutable objects, and methods without side effects.
Reach for them first. Use vars, mutable objects, and methods with side
effects when you have a specific need and justification for them.
分享到:
评论

相关推荐

    Learning Concurrent Programming in Scala, 2nd Edition

    Title: Learning Concurrent Programming in Scala, 2nd Edition Author: Aleksandar Prokopec Length: 382 pages Edition: 2nd Revised edition Language: English Publisher: Packt Publishing - ebooks Account ...

    Learning+Concurrent+Programming+in+Scala,+2nd+Edition-2017.mobi

    Concurrent and parallel programming have progressed from niche disciplines, of interest only to kernel programming and high-performance computing, to something that every competent programmer must ...

    Actors-A model Of Concurrent Cornputation

    现在炒得很火的并行actors编程模式的最原始的论文书籍描述,可以帮助对actors的优劣势有深入理解

    Scala.Functional.Programming.Patterns.178398

    Then we guide you through the increasing importance of concurrent programming and the pitfalls of traditional code concurrency. Lastly, the book takes a paradigm shift to show you the different ...

    actors in scala

    This bookis a tutorial for programming with actors in the Scalaprogram-minglanguage. Actors providea high-levelprogramming model for con-current and distributed systems based onlightweight processes ...

    Scala in Depth

    How to use actors for concurrent programming Mastering the Scala type system Scala's OO features—type member inheritance, multiple inheritance, and composition Functional concepts and patterns—...

    Clojure.High.Performance.JVM.Programming.epub

    Explore the world of lightning fast Clojure apps with asynchronous channels, logic, reactive programming, and more About This Book Discover Clojure's features and advantages and use them in your ...

    Learning Akka(PACKT,2015)

    As well as simplifying development, Akka enables multiple concurrency development patterns with particular support and architecture derived from Erlang’s concept of actors (lightweight concurrent ...

    Artima.Actors.in.Scala.Mar.2011

    Actors in Scala is the authoritative guide to programming with the actors framework of Scala's standard library, co-written by the creator and lead maintainer, Philipp Haller. The book provides a ...

    Concurrent Patterns and Best Practices

    To start with, you'll understand the basic concurrency concepts and explore patterns around explicit locking, lock free programming, futures & actors. Then, you'll get insights into different ...

    Programming Scala

    * Know how to use mixin composition with traits, pattern matching, concurrency with Actors, and other essential features, * Take advantage of Scala's built-in support for XML, * Learn how to develop ...

    Fully Concurrent Garbage Collection of Actors on Many-Core Machines - 2013 (opsla237-clebsch)-计算机科学

    of Actors on Many-Core MachinesSylvan Clebsch and Sophia Drossopoulou Department of Computing, Imperial College, London{sc5511, scd}@doc.ic.ac.ukAbstract Disposal of dead actors in actor-model ...

    (厉建廷)Actors Conform, Observers React The Effects of Behavioral S

    Actors Conform, Observers React: The Effects of Behavioral Synchrony onArticle i

    Actors That Unify Threads and Events.pdf

    Actors That Unify Threads and Events-haller07coord.pdf

    scala-actors-2.10 jar包

    scala-actors-2.10 jar包,可以解决 scala-actors-2.10以上版本带来的不兼容问题

    scala in depth

    a blended languageThe core rulesModicum of style--coding conventionsUtilizing object orientationUsing implicits to write expressive codeThe type systemUsing implicits and types togetherUsing the right...

    scala for the impatient

    Working with higher-order functions and the powerful Scala collections library * Leveraging Scala's powerful pattern matching and case classes * Creating concurrent programs with Scala actors * ...

    Mastering.Clojure.1785

    Explore the lesser known and more advanced features, constructs, and methodologies of the Clojure language and its ecosystem, such as asynchronous channels, actors, logic programming, and reactive ...

    JActor-4.3.0.zip_JActor download_akka_akka actors

    Implementation of AKKA Actors framework in Java.

Global site tag (gtag.js) - Google Analytics