Geometry.Net - the online learning center
Home  - Basic_C - Concurrent Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 75    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. Objects for Concurrent Constraint Programming (The Springer International Series in Engineering and Computer Science) by Martin Henz, 1997-10-31
  2. Concurrent Programming for Software Engineers (Ellis Horwood Series in Computers and Their Applications) by Dick Whiddett, 1987-09
  3. Concurrent programming in occam 2 (Ellis Horwood series in computers and their applications) by John Wexler, 1989
  4. Object-Oriented Concurrent Programming (Artificial Intelligence) by Akinori Yonezawa, Mario Tokoro, 1987-04-14
  5. Concurrent Programming (International Computer Science Series) by Narain Gehani, 1988-03
  6. Whiddett: Concurrent Programming for Software Engineers (Paper) by Richard John Whiddett, 1987-09-16
  7. Ada: Concurrent Programming by Narain Gehani, 1991-01
  8. Non-Deterministic Concurrent Logic Programming in Pandora (World Scientific Series in Computer Science) by Reem Bahgat, 1993-09
  9. The Origin of Concurrent Programming: From Semaphores to Remote Procedure Calls
  10. Concurrent Information Processing and Computing (NATO Science) by Dan Grigoras, Romania) NATO Advanced Research Workshop on Concurrent Information Processing and Computing (2003 : Sinaia, et all 2005-05-31
  11. Theory and Practice of Parallel Programming: International Workshop TPPP '94, Sendai, Japan, November 7-9, 1994. Proceedings (Lecture Notes in Computer Science)
  12. Open Multithreaded Transactions: A Transaction Model for Concurrent Object-Oriented Programming by Jörg Kienzle, 2010-11-02
  13. Object-Based Models and Languages for Concurrent Systems: ECOOP '94 Workshop on Models and Languages for Coordination of Parallelism and Distribution, ... Papers (Lecture Notes in Computer Science)
  14. Concurrent Engineering: Tools and Technologies for Mechanical System Design (NATO ASI Series / Computer and Systems Sciences)

41. Concurrent_programming - Popular On Diigo
Killer features for finding, managing and sharing online information. A powerful personal tool and a rich social platform.
http://search.diigo.com/tag/concurrent_programming
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); Skip to main content Diigo People Groups The Web Add to browser Close ... Connect with people with common interests!
All Bookmarks tagged
Expand All of Emmanuel Hugonnet Expand
Enterprise Java Community: Concurrency Testing in Java Applications
Frank Cohen describes methods for concurrency testing in Java applications and shows a new technique to correlate what a Java application server is doing on the server side while a load test automation tool drives a test on the client side. Tags: concurrency java tools unit-test ... About saved by people , first by Steven Yamanaka on 2007-10-09, last by Emmanuel Hugonnet on 2007-10-10 more from www.theserverside.com of List Notation: = Private bookmark and comment = Clipping = Public highlight
See More Top Contributors
Domenico Maria Giffone var googleAdKeyword = "concurrent_programming"; var googleAdIframeTable = [['googleAdUnitIframe_1', 8], ['googleAdUnitIframe_2', 4], ['googleAdUnitIframe_3', 3]]; var googleAdClient = "pub-7625644023173335"; var googleAdChannel = "7975663678"; var googleAdSearchQueryString = "q"; var googleAdFrameborder = '0'; var googleAdColorDiv = 'ffffff'; var googleAdColorBg = 'ffffff'; var googleAdColorLink = '105CB6'; var googleAdColorVLink = '105CB6'; var googleAdColorALink = '105CB6'; var googleAdColorText = '666666'; var googleAdColorAltText = '578CCA'; // The following parameter is optional: var googleAdAlternateAdUrl = "http://www.diigo.com/google_adsense_script_for_search.html";

42. AJAX From Scratch: Implementing Mutual Exclusion In JavaScript
http//en.wikipedia.org/wiki/AJAX http//en.wikipedia.org/wiki/Rich_Internet_Application http//en.wikipedia.org/wiki/concurrent_programming
http://www.developer.com/lang/jscript/print.php/10939_3592016_2
  • IT
    • internet.com/IT internet.com/CIO internet.com/Security ... www.developer.com/lang/jscript/article.php/3592016 Back to Article AJAX from Scratch: Implementing Mutual Exclusion in JavaScript
      By Bruce Wallace
      March 16, 2006
      The basic logic of the Mutex class is to place each new Mutex instance into a master wait list and start it waiting in line. Each attempt (until the final one) to get to the "head of the line" requires waiting, so, is used to schedule each new attempt that starts where the current attempt has left off. When the head has been reached (at line 14), exclusive access has been achieved; therefore, the critical section method can be invoked. When the critical section is done, exclusive access is released and the Mutex instance is removed from the wait list (lines 15-16). The Mutex constructor (lines 19-25) records its Command object and method name parameters and then registers itself into a sparse array of critical-sections-in-progress ( Mutex.Wait ) that is implemented via the Map class shown in Listing 4. It then gets the "next number" and starts waiting at the end of the line. Because there is not a problem with gaps or duplicates in the wait numbers, the current timestamp is actually used as the

43. Sezione Periti Informatici: Glossario Di Informatica E Sistemi Italiano/Inglese
Translate this page You may find a list of concurrent programming languages at http//en.wikipedia.org/wiki/concurrent_programming concurrent_programming_languages Italiano
http://iti-learning.daronco.it/mod/glossary/view.php?id=266

44. BAZY
www.ipipan.waw.pl/~agn/INLwyklady/w10-2005.pdf http//www.erlang. org/course/concurrent_programming.html. BAZY
http://mops.uci.agh.edu.pl/~pedzimaz/
I must not fear.
Fear is the mind-killer.
Fear is the little-death that brings total obliteration.
I will face my fear.
I will permit it to pass over me and through me.
And when it has gone past I will turn the inner eye to see its path.
Where the fear has gone there will be nothing.
Only I will remain.

http://www.csm.ornl.gov/pvm/manpages.html

http://www-unix.mcs.anl.gov/mpi/www/www3/

http://www.nask.pl/biuletyn/biuletyn2003_04.pdf
www.ipipan.waw.pl/~agn/INL-wyklady/w10-2005.pdf ... http://www.erlang.org/course/concurrent_programming.html
BAZY
http://kurs.browsehappy.pl/HTML/Formularze
MIKROPROCESORY
http://www.re-mastered.co.uk/projects.php?page=Uart ps

45. Stdin: Re: Many Processes, One Result
1 http//www.erlang.org/course/concurrent_programming.html 2 http//www.computer.org/portal/site/dsonline/menuitem.9ed3d9924aeb0dcd82
http://serials.infomotions.com/code4lib/archive/2008/200802/0234.html
Re: many processes, one result
From
Date : Mon Feb 18 2008 - 14:44:27 EST
To nd.edu
One of Erlang's real stengths is its approach to concurrent programming.[1][2] It differs from threaded programing - the more common approach - in several ways. From the programmers point-of-view, Erlang's approach is just easier to write and debug. [1] http://www.erlang.org/course/concurrent_programming.html http://www.computer.org/portal/site/dsonline/menuitem.9ed3d9924aeb0dcd82 Received on Mon Feb 18 14:39:46 2008 URL: http://serials.infomotions.com/code4lib/

46. Ftp.su.se/pub/mirrors/www.erlang.org/course/ - FTP Browser
6.25 KB 200105-04concurrent_programming.html 1.69 KB 2001-05-04course.html 928 B 1998-12-15erlang_small.gif 2 mirrors 3.26 KB 1998-12-15error02.gif
http://www.filewatcher.com/b/ftp/ftp.su.se/pub/mirrors/www.erlang.org/course.0.0
FTP Search Directory (beta) Content Search ... Dir Mirrors Site Browser ftp://ftp.su.se pub mirrors www.erlang.org /course/ direct 3.14 KB 1998-12-15 conc09.gif
2.80 KB 1998-12-15 conc11.gif
2.90 KB 1998-12-15 error01.gif
3.09 KB 1999-02-10 error03.gif
8.65 KB 2001-05-04 error_handling.html
5.42 KB 1998-12-15 ex7.gif
3.64 KB 1998-12-15 ex8.gif
12.48 KB 2001-05-04 advanced.html
356 B 1998-12-15 conc01.gif
659 B 1998-12-15 conc02.gif
1.81 KB 1998-12-15 conc03.gif 2.34 KB 1998-12-15 conc04.gif 2.58 KB 1998-12-15 conc05.gif 1.91 KB 1998-12-15 conc10.gif 6.25 KB 2001-05-04 concurrent_programming.html 1.69 KB 2001-05-04 course.html 928 B 1998-12-15 erlang_small.gif 2 mirrors 3.26 KB 1998-12-15 error02.gif 1.86 KB 1998-12-15 error04.gif 6.65 KB 1998-12-15 error06.gif 778 B 1998-12-15 ex1.gif 1.49 KB 1998-12-15 ex2.gif 1.02 KB 1998-12-15 ex5.gif 2.99 KB 1998-12-15 ex6.gif 13.65 KB 2001-05-04 exercises.html 1.17 KB 1998-12-15 advan01.gif 2.28 KB 1998-12-15 conc06.gif 1.35 KB 1998-12-15 conc07.gif 3.04 KB 1998-12-15 conc08.gif 4.43 KB 1998-12-15 error05.gif

47. DOC Rewrite - G0rd13wiki
Crash course in concurrency issues using erlang. http//www.erlang.org/starting.html; http//www.erlang.org/course/concurrent_programming.html
http://wiki.evernex.com/index.php?title=DOC_rewrite

48. Reddit.com: Python's Guido: Views On Multi-threaded With Shared State - Just Say
http//www.erlang.org/course/concurrent_programming.html. Hmm, this Erlang is not as stupid as I thought it would be permalinkparent
http://reddit.com/info/1otx6/comments/c1ox6g
register login remember me recover password submitted on 08 May 2007 points up votes down votes to anything interesting: news article, blog entry, video, picture... reddit is a source for what's new and popular online. vote on links that you like or dislike and help decide what's popular, or submit your own! vl['t3_1otx6'] = ['139', '140', '141' ]; Python's Guido: Views on multi-threaded with shared state - Just Say No! (mail.python.org) manuelg programming sr['t3_1otx6'] = 't5_2fwo'; hot new controversial top old you are viewing a single comment's thread see the above comments grauenwolf 3 points vl['t1_c1ox6g'] = ['2 points', '3 points', '4 points' ]; [+] (19 children) grauenwolf 3 points vl['t1_c1ox6g'] = ['2 points', '3 points', '4 points' ]; What happens is my code is that the TCP connections are openned by the client and stuck in the list. When the database is polled, each connection in the list is send information based on the metadata for the connection, specicically the employee key. If a new connection is openned with the same employee key, the old connection is closed and removed from the list.

49. Concurrent Computing - - AdWiki - Wikipedia, The Free Encyclopedia
Ostatnio ogl dane Concurrent programming en; ImageCode Civil 1804.png en; Mostafa Kamal en; Etanercept en; 867 es; ja
http://www.wikipedia.net.pl/en/wiki/Concurrent_programming.html

50. [MLton-commit] R6194
is roughly a transliteration of An Echo process example + * from http//www.erlang.org/course/concurrent_programming.html echo An + * Erlang Course.
http://mlton.org/pipermail/mlton-commit/2007-November/002196.html
[MLton-commit] r6194
Vesa Karvonen vesak at mlton.org
Wed Nov 21 09:02:58 PST 2007

51. Concurrent Programming DBpedia.org
http//dbpedia.org/resource/Categoryconcurrent_programming. This page as RDF. Property, Value. skosbroader. dbpediaCategoryConcurrent_computing
http://dbpedia.org/resource/Category:Concurrent_programming

52. FileSearch - Ftp.su.se/pub/mirrors/www.erlang.org/course
3.1K 16/12/1998 conc09.gif 12 1.9K 16/12/1998 conc10.gif 13 2.8K 16/12/1998 conc11.gif 14 6.2K 05/05/2001 concurrent_programming.html 15 1.7K 05/05/2001
http://www.filesearching.com/cgi-bin/s?t=n&l=en&q=ftp.su.se/pub/mirrors/www.erla

53. SE 552: Concurrent Software Development - Reading List And Information
Semaphore_(programming); Monitor_(synchronization); Test_and_Testand-set; Mutual_exclusion; Dining_philosophers_problem; concurrent_programming
http://condor.depaul.edu/~dmumaugh/readings/SE552readings.html
SE 552 - Concurrent Software Development
Reading List and Useful Information
Table of contents
Textbooks
Supplements to the Textbooks

On-line Articles

General Topics
...
Java
Textbooks
Required Text:
Java Concurrency in Practice , by Brian Goetz, with Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea. Addison-Wesley, 2006, ISBN: 0-321-34960-1
Recommended Text:
Java Threads, Third Edition, 3rd edition, Scott Oaks, Henry Wong, O'Reilly, 2006. ISBN: 0-596-00782-5 A very good book you might find on the used book market (it is no longer sold new) is:
Concurrent Programming in Java, 2nd edition, Doug Lea, Addison-Wesley, 2000. ISBN: 0-201-31009-0
It may be unavailable except as a used book as it is now out of print.
Supplements to the Textbooks
On-line Articles
General Topics
Java

54. Default Report 6
7, http//en.wikipedia.org/wiki/ concurrent_programming, 4. 8, http//www.faculty.idc.ac.il/ gadi/book.htm, 3. 9, http//www.pearsoned.co.uk/
http://www1.idc.ac.il/statistics/gadi/DEFAULT_06_b.HTM
Top Referring Sites Help
This page identifies the domain names and numeric IP addresses that refer visitors to your site. This information will be displayed only if your server is logging this information.
Top Referring Sites Site Visits No Referrer http://disc08.labri.fr http://en.wikipedia.org http://www.google.com http://portal.idc.ac.il ... http://vig.pearsoned.co.uk Subtotal for the Referring Sites Above Total for the Log File Top Referring Sites - Help Card Referring Site - A Web site which refers a visitor to your site by linking to it.
Site - Specific referring site being analyzed.
Visits - Number of times the specified site referred visitors to your site.
You can use this page to determine which sites are referring the most visitors to your site. This can help when considering the most effective ways and places to attract visitors. Top Referring URLs Help
This page provides the full URLs of the sites with links to your site. This information will only be displayed if your server is logging the referrer information.
Top Referring URLs URL Visits No Referrer http://disc08.labri.fr/ committees.php

55. Testing - Domenico Maria Giffone On Diigo
Tags concurrent_programming testing thread saved by2 other(s) on 200710-10 concurrent_programming (1). Domgif s Profile
http://www.diigo.com/user/domgif/testing
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); Skip to main content Diigo People Groups The Web Add to browser Close ...
Domenico Maria Giffone's Bookmarks tagged testing View Popular
You are here: Diigo Home Domenico Maria Giffone's Bookmarks Expand All of Expand
JBoss.com - Forums - Test database with Seam2, Maven and TestNG?
Tags: maven seam testing on 2008-03-27 All Annotations (0) About more from www.jboss.com
  • I got it working, but it was a configuration pain. For those that read this post here is a very quick howto:
Expand
Enterprise Java Community: Concurrency Testing in Java Applications - Iceweasel
Tags: testing thread on 2007-10-10 and saved by 5 people All Annotations (0) About more from www.theserverside.com Expand
Enterprise Java Community: Manage test data for integration tests using Spring and DBunit - Iceweasel
Tags: integration testing unit on 2007-08-15 and saved by 4 people All Annotations (0) About more from www.theserverside.com

56. All Bookmarks Tagged By A Thread
Translate this page Tags testing concurrent_programming quickd thread saved by 3 people . concurrent_programming; + connection; + cpp; + cs; + development; + distributed; +
http://216.237.113.34/tag/by a thread?tab=2

57. Mlubinsky - Concurrent Programming
http//en.wikipedia.org/wiki/concurrent_programming. http//en.wikipedia. org/wiki/Lamport s_bakery_algorithm. http//www.ecst.csuchico.edu/~beej/guide/ipc/
http://mlubinsky.googlepages.com/concurrentprogramming
Table of Contents
Concurrent Programming
http://www.info.ucl.ac.be/~pvr/book.html  book Concepts, Techniques, and Models of Computer Programming http://en.wikipedia.org/wiki/MapReduce    MapReduce  http://labs.google.com/papers/sawzall.html  SawZall http://en.wikipedia.org/wiki/Concurrent_programming http://en.wikipedia.org/wiki/Lamport's_bakery_algorithm http://www.ecst.csuchico.edu/~beej/guide/ipc/  IPC on Unix http://www.intel.com/cd/software/products/asmo-na/eng/294797.htm http://www.ibm.com/developerworks/linux/library/l-sprace.html
  • Shared-state Concurrency: This approach assumes multiple threads of execution with shared data using locks, monitors and transactions. It is the typical Java approach to concurrency and it is also the most widespread form of concurrency. However, shared-state concurrency is also the most complicated model to program to as it requires a fine level of synchronization and scheduling between threads. Message-passing Concurrency: Uses asynchronous messaging to communicate between multiple threads over a specified port. This is the model used (very successfully) by Erlang. This model provides for a coarser level of interaction between threads but is easier to program to. Declarative/Dataflow Concurrency:
  • http://paulbridger.net/

    58. Tiny Glasgledius Dump Test
    Concurrency_control Concurrent_Versions_System Concurrent_process concurrent_programming Concuspience Condatis Condcuting Conde,_South_Dakota Condemned
    http://www.glasglow.com/e2/co/index.html
    co
    CO COBE COBOL COBRA ... Glasglow.com

    59. Concurrent Programming
    Sarcinile la lucrarile de laborator. 1. Programarea si lansarea proceselor paralele in Moldula2; 2. Programarea si lansarea proceselor paralele in
    http://www.ase.md/~aursu/Concurrent_Programming.html

    60. Kawaguti's Chronicle: 2007年6月アーカイブ
    Translate this page Eralng Course Module 3 - Concurrent Programming http//www.erlang. org/course/concurrent_programming.html Eralng Course Module 3 - Concurrent
    http://www.do-gugan.com/~kawaguti/archives/2007/06/
    kawaguti's chronicle
    kawaguti

    キャッシュの管理では、LRU(Least Recently Used)という、「超・整理法」と同じ方法がある。容量がいっぱいのときは、「もっとも使っていないもの(LRU)」を捨てる。そのために、そのデータを使うごとに、リストの先頭に持ってくる。LRUは常にリストの最後尾になる。 動的メモリ管理の方法であるガベージコレクション(GC)も「捨てる技術」だ。使わなくなったメモリ領域を、ある時点で片付けてまた利用可能にする。Java、Ruby、.NET Framework、Lisp などの、動的にメモリを確保/解放する言語で使われており、しばしばそのやりかたが性能を左右する。
    VMware Server で x64
    kawaguti IntelだとVT対応のx64CPUである必要がある。
    VTなしで64ビットOSを起動しようとすると、警告が出る。
    VT対応CPUでも、BIOSでVT機能がOFF/ONでき、通常OFFだったりすることもあるようだ。 VMTN Discussion Forums: 64bit VMs - no luck so far; will this ...

    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 3     41-60 of 75    Back | 1  | 2  | 3  | 4  | Next 20

    free hit counter