Geometry.Net - the online learning center
Home  - Basic_C - Concurrent Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 71    Back | 1  | 2  | 3  | 4  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Concurrent Programming:     more books (100)
  1. Programming Erlang: Software for a Concurrent World by Joe Armstrong, 2007-07-11
  2. Concurrent Programming: Principles and Practice by Greg Andrews, 1991-07-12
  3. Concurrent Programming in Erlang by Joe Armstrong, Robert Virding, et all 1993-03
  4. On Concurrent Programming (Texts in Computer Science) by Fred B. Schneider, 1997-05-06
  5. Coloured Petri Nets: Modelling and Validation of Concurrent Systems by Kurt Jensen, Lars M. Kristensen, 2009-07-01
  6. The Concurrent C Programming Language by Narain Gehani, William D. Roome, 1989-03
  7. Concurrent Constraint Programming (Logic Programming) by Vijay A. Saraswat, 1993-03-22
  8. Conclog: A Methodological Approach to Concurrent Logic Programming (Lecture Notes in Computer Science) by Jean-Marie Jacquet, 1991-12-11
  9. Concurrent Programming: Fundamental Techniques for Real-Time and Parallel Software Design (Wiley Series in Parallel Computing) by Tom Axford, 1989-10-27
  10. Concurrent Programming in Ada (The Ada Companion Series) by Alan Burns, 1986-01-31
  11. Concurrent Programming: Illustrated With Examples in Portal, Modula-2 and Ada by Andre Schiper, 1989-07
  12. Structured Concurrent Programming With Operating Systems Applications (Addison-Wesley series in computer science) by R. C. Holt, E. D. Lazowska, et all 1978-06
  13. Concurrent Programming (International Computer Science Series) by Alan Burns, Geoffrey Davies, 1993-02
  14. Logic/Object-Oriented Concurrent Robot Programming and Performance Aspects (Programming Complex Systems, 9) by Alfried Pollmann, 1997-03

21. Concurrent Programming: Information From Answers.com
Computer programming designed for execution on multiple processors, where more than one processor is used to execute a program or complex of programs running simultaneously
http://www.answers.com/topic/concurrent-programming

22. Concurrent Programming In Java: Design Principles And Patterns
This is the supplement to the book Concurrent Programming in Java Design Principles and Patterns by Doug Lea (ISBN 0201-31009-0). Second edition published by Addison-Wesley
http://gee.cs.oswego.edu/dl/cpj/index.html
Concurrent Programming in Java tm
Design principles and patterns
Online Supplement
This is the supplement to the book Concurrent Programming in Java: Design Principles and Patterns by Doug Lea (ISBN 0-201-31009-0). Second edition published by Addison-Wesley , November 1999. Most supplement pages are grouped by sections of the second edition. These pages include notes, updates, follow-ups, and extended examples. They also contain the full Further Readings sections from the book, augmented with links to online resources. They are all constantly under construction.
0 General Resources

23. (A. Skyrme, N. Rodriguez, R. Ierusalimschy) Exploring Lua For Concurrent Program
Exploring Lua for Concurrent Programming. Alexandre Skyrme (Pontifical Catholic University of Rio de Janeiro, Brazil) Noemi Rodriguez (Pontifical Catholic University of Rio de Janeiro
http://www.jucs.org/jucs_14_21/exploring_lua_for_concurrent
top.name="UJSeries_Window"; Search Submission Procedure Special Issues Submission Procedure ... Issue 21
available in: PDF (109 kB) PS (109 kB) get: Similar Docs BibTeX Read comments Write a comment get: Links into Future DOI: 10.3217/jucs-014-21-3556
Exploring Lua for Concurrent Programming
Alexandre Skyrme (Pontifical Catholic University of Rio de Janeiro, Brazil)
Noemi Rodriguez (Pontifical Catholic University of Rio de Janeiro, Brazil)
Roberto Ierusalimschy (Pontifical Catholic University of Rio de Janeiro, Brazil)
Abstract: Keywords: Lua, concurrency, luaproc, message passing, non-preemptive multithreading, preemptive multithreading Categories: D.1.3 D.3.2 D.3.3

24. Resources About Threaded Programming In The Bell Labs CSP Style
Resources about threaded programming in the Bell Labs CSP style, by Russ Cox history, principles and style of concurrent programming practiced at Bell Labs.
http://swtch.com/~rsc/thread/
Bell Labs and CSP Threads
Russ Cox
rsc@swtch.com Introduction This page is a slice of the history of concurrent programming, focusing on one particular lineage of Hoare's language of communicating sequential processes (CSP) . Concurrent programming in this style is interesting for reasons not of efficiency but of clarity. That is, it is a widespread mistake to think only of concurrent programming as a means to increase performance, e.g. , to overlap disk I/O requests, to reduce latency by prefetching results to expected queries, or to take advantage of multiple processors. Such advantages are important but not relevant to this discussion. After all, they can be realized in other styles, such as asynchronous event-driven programming. Instead, we are interested in concurrent programming because it provides a natural abstraction that can make some programs much simpler. What this is not Most computer science undergraduates are forced to read Andrew Birrell's ``An Introduction to Programming with Threads.'' The SRC threads model is the one used by most thread packages currently available. The problem with all of these is that they are too low-level. Unlike the communication primitive provided by Hoare, the primitives in the SRC-style threading module must be combined with other techniques, usually shared memory, in order to be used effectively. In general, programmers tend not to build their own higher-level constructs, and are left frustrated by needing to pay attention to such low-level details.

25. Concurrent (programming) - Definition
Parallel programming (also concurrent programming), is a computer programming technique that provides for the execution of operations concurrently, either within a single computer, or
http://www.wordiq.com/definition/Concurrent_(programming)
Concurrent (programming) - Definition
Parallel programming (also concurrent programming), is a computer programming technique that provides for the execution of operations concurrently, either within a single computer, or across a number of systems. In the latter case, the term distributed computing is used. Multiprocessor machines achieve better performance by taking advantage of this kind of programming. In parallel programming, single tasks are split into a number of subtasks that can be computed relatively independently and then aggregated to form a single coherent solution. Parallel programming is most effective for tasks that can easily broken down into independent tasks such as purely mathematical problems, e.g. factorisation. One way to achieve parallel programming is through distributed computing , which is a method of information processing in which work is performed by separate computers linked through a communications network. Pioneers in the field of concurrent programming include Edsger Dijkstra and C. A. R. Hoare

26. BYTE Magazine - October 1997 / Core Technologies / Programming In Limbo
A very old Byte Magazine article introducing Limbo s concurrent programming.
http://doc.cat-v.org/inferno/historical_documents/byte

27. Concurrent Programming With Java Lab-Manual
Lab. manual by Astha Ekadiyanto.
http://astha.8m.net/CPwJ/index.html
Free Web Hosting Provider Web Hosting E-commerce High Speed Internet ... Free Web Page Search the Web
Welcome! Close Would you like to make this site your homepage? It's fast and easy... Yes, Please make this my home page! No Thanks Don't show this to me again. Close Concurrent Programming with Java
Lab Manual, Version 1.0, F. Astha Ekadiyanto [Contents] [ Next ] [Previous]
Contents
"Java is a simple, object oriented, distributed, interpreted, robust, secure, architecture neutral, portable, high-performance, multithreaded and dynamic language" (The Java Language: A White Paper, Sun Microsystems).
Since this manual is at its first version, there may be a lot of modifications. Please check the web site for the most uptodate composition. For Java Beginners, please at least read about the Java Language Tutorial before starting with this Lab. Besides the Tutorial, it is important for you not to miss Part 1 of this Lab that will cover the Object Oriented Programming Practice.
Part 1:
  • Introduction to Lab. Environment and Object Orientation
  • 28. Erlang (programming Language) - Wikipedia, The Free Encyclopedia
    Categories Declarative programming languages Functional languages Concurrent programming languages Erlang programming language Registerbased virtual machines Ericsson
    http://en.wikipedia.org/wiki/Erlang_programming_language
    Erlang (programming language)
    From Wikipedia, the free encyclopedia   (Redirected from Erlang programming language Jump to: navigation search Erlang Paradigm multi-paradigm concurrent functional Appeared in Designed by Ericsson Developer Ericsson Stable release R14B (September 15, 2010 ; 59 days ago Typing discipline dynamic strong Major implementations Erlang Influenced by Prolog Influenced Clojure Scala License Modified MPL Website erlang.org Erlang Programming at Wikibooks Erlang is a general-purpose concurrent garbage-collected programming language and runtime system. The sequential subset of Erlang is a functional language , with strict evaluation single assignment , and dynamic typing . For concurrency it follows the Actor model . It was designed by Ericsson to support distributed, fault-tolerant , soft- real-time , non-stop applications. The first version was developed by Joe Armstrong in 1986. It supports hot swapping , thus code can be changed without stopping a system. It was originally a proprietary language within Ericsson, but was released as open source in 1998.

    29. Christof.Meerwald@home.www
    Software developer with strong interest in component frameworks and distributed/concurrent programming. Also contains Open Source projects and a digital photo album.
    http://cmeerw.org
    home.www home
    translate to German
    (by SYSTRAN Weblog RDF feed Atom feed
    About Me
    Curriculum Vitae ...
    Projects
    Current Past Newsfeed openwatcom.*
    nginetd

    greylstd
    ...
    POSIX Synchronisation
    Interesting Links
    Other Homepages
    Open Directory: Computers: Programming: Component Frameworks: CORBA

    Open Directory: Computers: Programming: Component Frameworks: XPCOM

    Open Directory: Computers: Programming: Languages: C++
    ...

    Spam Tracker
    A simple WAP-version of this home-page can be found at http://cmeerw.org/wap/ Latest blog entries ( RDF feed Atom feed Sat Nov 13 23:15:54 2010 GMT Mozart's Great Mass in C minor and Requiem Sun Nov 07 11:47:35 2010 GMT Danny Knows Best Sat Nov 06 19:05:55 2010 GMT ACCU/Bletchley Autumn Lectures 2010 This Web page is licensed under the Creative Commons Attribution - NonCommercial - Share Alike License . Any use is subject to the Revision: 1.114, http://cmeerw.org/
    Last modified: Fri May 14 22:34:13 2010
    XMPP

    30. Free Online Concurrent Programming Books :: FreeTechBooks.com
    Concurrent Programming The concurrent (simultaneous) execution of multiple interacting computational tasks. These tasks may be implemented as separate programs, or as a set of
    http://www.freetechbooks.com/concurrent-programming-f61.html
    FreeTechBooks.com
    Free Online Computer Science and Programming Books, Textbooks, and Lecture Notes Register FAQ Search Memberlist ...
    Concurrent Programming
    Topics Views Advertisements Concurrent Programming in Erlang
    Written in a tutorial style, the emphasis is on learning through example and a number of well known problems in designing and programming concurrent fault-tolerant real-time systems are illustrated.
    Concurrent Programming Using Java

    An introduction to using the Java programming language in concurrent or multithreaded applications.
    The Little Book of Semaphores, Second Edition

    Introduces the principles of synchronization for concurrent programming. Covers the classical problems, including Readers-writers, Producer-consumer, and Dining Philosophers, plus a number of not-so-classical problems.
    Advertisements Select a category Computer Science Books Introduction to Computer Science Algorithms and Data Structures Object Oriented Programming Theory of Computation Formal Methods Functional Programming Logic Programming Artificial Intelligence Computer Vision Compiler Design and Construction Computer Organization and Architecture Parallel Computing Concurrent Programming Operating Systems Data Communication and Networks Information Security Information Theory Digital Libraries Information Systems Software Engineering Game Development and Multimedia Mathematics Books Mathematics Algebra Category Theory Linear Algebra Computer Aided Mathematics Discrete Mathematics Numerical Methods Graph Theory Operations Research Supporting Fields Books

    31. York University | Franck Van Breugel's Home Page
    York University, Ontario - Concurrent programming languages, semantics, specification languages.
    http://www.cse.yorku.ca/~franck/
    Home Research Teaching Contact
    Franck van Breugel Professor in computer science Adjunct professor in mathematics IBM CAS faculty fellow Member of the DisCoVeri group

    32. Qt 4.6: Concurrent Programming
    Previous Threads and QObjects Thread Support in Qt Next ThreadSupport in Qt Modules Concurrent Programming. The QtConcurrent namespace provides high-level APIs that
    http://doc.trolltech.com/4.6/threads-qtconcurrent.html
    Home All Classes All Functions Overviews [Previous: Threads and QObjects Thread Support in Qt ] [Next: Thread-Support in Qt Modules
    Concurrent Programming
    The QtConcurrent namespace provides high-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives such as mutexes, read-write locks, wait conditions, or semaphores. Programs written with QtConcurrent automatically adjust the number of threads used according to the number of processor cores available. This means that applications written today will continue to scale when deployed on multi-core systems in the future. QtConcurrent includes functional programming style APIs for parallel list processing, including a MapReduce and FilterReduce implementation for shared-memory (non-distributed) systems, and classes for managing asynchronous computations in GUI applications:

    33. Paritosh K. Pandya : Home Page
    Tata Institute of Fundamental Research, Mumbai - Logic, Concurrency, Programming Languages, Formal Methods and Software Engineering.
    http://www.tcs.tifr.res.in/~pandya/

    34. Concurrent Programming Facebook
    Welcome to the Facebook Community Page about Concurrent programming, a collection of shared knowledge concerning Concurrent programming.
    http://www.facebook.com/pages/Concurrent-programming/115550438460175
    Concurrent programming to connect with
    Wall Info Fan Photos Concurrent programming + Others Concurrent programming Just Others Concurrent programming joined Facebook. April 4 at 5:55pm See More Posts English (US) Español More… Download a Facebook bookmark for your phone.
    Login

    Facebook ©2010

    35. Erlang University
    An Erlang online course. History, sequential programming, concurrent programming, error handling and advanced topics.
    http://www.erlang.org/course/course.html
    An Erlang Course
    This is the content of the Erlang course. This course usually takes four days to complete. It is divided into 5 modules and has a number of programming exercises

    36. Concurrent Programming In Java: Design Principles And Patterns
    Second Edition, Published 11/99. In this second edition, you will find complete coverage of concurrent programming using the Java TM 2 platform and new or expanded coverage of
    http://java.sun.com/docs/books/cp/
    Skip to Content Sun Java Solaris ... Community
    Concurrent Programming in Java: Design Principles and Patterns
    Print-friendly Version
    Second Edition, Published 11/99 In this second edition, you will find complete coverage of concurrent programming using the Java TM 2 platform and new or expanded coverage of:
    • Memory model
    • Cancellation
    • Portable parallel programming
    • Utility classes for concurrency control
    The Java platform provides a broad and powerful set of APIs, tools, and technologies. One of its most powerful capabilities is the built-in support for threads. This makes concurrent programming an attractive, yet challenging option for programmers using the Java programming language. This book shows readers how to use the Java platform's threading model more precisely by helping them to understand the patterns and tradeoffs associated with concurrent programming. You will learn how to initiate, control, and coordinate concurrent activities using the class java.lang.Thread, the keywords synchronized and volatile, and the methods wait, notify, and notifyAll. In addition, you will find detailed coverage of all aspects of concurrent programming, including such topics as confinement and synchronization, deadlocks and conflicts, state-dependent action control, a synchronous message passing and control flow, coordinated interaction, and how to structure web-based and computational services. The book targets intermediate to advanced programmers interested in mastering the complexities of concurrent programming. Taking a design pattern approach, the book offers standard design techniques for creating and implementing components that solve common concurrent programming challenges. The numerous code examples throughout help clarify the subtleties of the concurrent programming concepts discussed.

    37. An Introduction To Erlang - O'Reilly Media
    Shows making a simple concurrent program implementing a basic chat system; and how separating some processes and making them communicate is almost trivial in Erlang. ONLamp.com.
    http://www.onlamp.com/pub/a/onlamp/2007/09/13/introduction-to-erlang.html
    Sign In/My Account
    View Cart

    We've expanded our LAMP news coverage and improved our search! Search for all things LAMP across O'Reilly!
    Search Search Tips
    var addthis_pub = 'odewahn'; Print Subscribe to ONLamp Subscribe to Newsletters
    An Introduction to Erlang
    by Gregory Brown
    These days, the functional languages are all the rage. You see more and more hackers from the traditionally vanilla languages trying out things like Haskell or Scheme or OCaml. Breaking away from an imperative tradition forces us to think in a different way, which is always a good thing. Recently, I've heard a lot about Erlang, especially from curious members of the Ruby community. This article is the result of my quick dive into the language, and will hopefully serve as a starting point for anyone else who's been hearing the buzz, but hasn't taken the plunge yet. For this article, I'm assuming you're familiar with the general ideas behind functional programming, and that you have at least a conceptual grasp of concurrency. I'm also counting on you having at least an intermediate level of experience programming in any language. However, I'm not assuming you know any Erlang, so don't worry if this is the first time you've ever heard of the language.
    Why Learn Erlang?

    38. Concurrent Programming (computer Programming) -- Britannica Online Encyclopedia
    concurrent programming (computer programming), Computer programming designed for execution on multiple processors, where more than one processor is used to execute a program or
    http://www.britannica.com/EBchecked/topic/1366624/concurrent-programming
    document.write(''); Search Site: With all of these words With the exact phrase With any of these words Without these words Home CREATE MY concurrent p... NEW ARTICLE ... SAVE
    concurrent programming
    Table of Contents: concurrent programming Article Article Citations ARTICLE from the concurrent programming Computer programming designed for execution on multiple processors, where more than one processor is used to execute a program or complex of programs running simultaneously. It is also used for programming designed for a multitasking environment, where two or more programs share the same memory while running concurrently.
    Citations
    MLA Style: concurrent programming http://www.britannica.com/EBchecked/topic/1366624/concurrent-programming

    39. MC 2.0
    C extension with async- and movable methods, channels and handlers for concurrent programming on the all types of parallel architectures multi-core processors, clusters and Grid. Manual, papers, examples, distribution downloads for Windows and Linux.
    http://www.mcsharp.net
    News Getting started Documentation Examples News Getting started Documentation Examples ... Contacts

    40. Concurrent Programming With J2SE 5.0
    J2SE 5.0 has provided a new way to multithreaded programming, through the java.util.concurrent package, that offers a standard set of concurrency utilities, easing the task of
    http://java.sun.com/developer/technicalArticles/J2SE/concurrency/

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 2     21-40 of 71    Back | 1  | 2  | 3  | 4  | Next 20

    free hit counter