`
derlang
  • 浏览: 35058 次
  • 性别: 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 ...

    Learning Concurrent Programming in Scala

    《Learning Concurrent Programming in Scala》第二版是一本详尽介绍了如何使用Scala构建复杂的、可扩展的并发应用程序的书籍。本书通过实际案例和理论讲解相结合的方式,帮助读者掌握以下关键概念和技术: 1. **...

    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 ...

    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 ...

    actors in scala

    《Scala中的actors》是一本关于在Scala编程语言中使用actors进行编程的教程。Actors提供了一个高级的编程模型,用于构建并发和分布式系统,该模型基于轻量级进程和消息传递。本书的作者之一,Philipp Haller,是...

    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 ...

    programming in scala, 3nd edition

    - **Actors**:Scala的Actor库为实现分布式系统提供了强大支持,利用Actor可以构建高度并发的应用程序。 #### 学习价值 - **提升编程能力**:通过学习Scala,可以更好地掌握函数式编程和面向对象编程的核心思想和...

    An IP list of bad actors targeting public infra like website, ss

    An IP list of bad actors targeting public infra like website, ssh endpoints, etc.

    Programming.in.Scala.pdf

    此外,书中还涉及了与Java的不同之处,以及Scala标准库中的容器和actors等库的介绍。 ### 标签 “scala”标签表明这本书是有关Scala编程语言的。 ### 部分内容 1. 知名人士对《Programming in Scala》的前一版给予...

    scala-actors-2.10 jar包

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

    Programming in Scala 2nd Edition

    4. **覆盖范围广泛**:除了核心语言特性外,本书还涵盖了如容器、演员(Actors)等重要的库和技术,使读者能够更加全面地了解Scala生态系统的广阔领域。 #### 读者评价 - **Ken Egervari**,首席软件架构师:本书...

Global site tag (gtag.js) - Google Analytics