1-10 of 21 < Previous Next >
Discussions for Port Concurrency Runtime (PCR)
Latest post:
Aug 21 2007
1 Post
First post: kwaclaw wrote: Haven't seen any activity since January. Karl
Jump to: First Post
Latest post:
Jul 14 2007
1 Post
First post: adityapasumarthi wrote: Hi, I saw PCR recently and wanted the guys using PCR to take a look at my own concurrency libraries for .Net community. My ...
Jump to: First Post Tags: Developer Forum, Samples and Patterns, User Forum
Latest post:
Jul 13 2007
3 Posts
First post: staceyw wrote: Added sample to the source tree called PcrChat. It simulates a network chat group using PCR as the local "network". It demos so...
Latest post: aldousd666 wrote: sorry to post again, but someone actually articulated the issue very well on a news group about IOCP... nobody shows any exampl...
Jump to: First Post    |Latest Post Tags: Samples and Patterns
Latest post:
Mar 16 2007
2 Posts
First post: cliftonm wrote: The major issue that I keep coming up against is how the work is assigned to a thread. The .NET thread pool doesn't strike me ...
Latest post: staceyw wrote: "The major issue that I keep coming up against is how the work is assigned to a thread. The .NET thread pool doesn't strike me ...
Jump to: First Post    |Latest Post Tags: Developer Forum
Latest post:
Mar 16 2007
2 Posts
First post: cliftonm wrote: This reminds me of the Erlang Programming Language, and its description of how concurrency is handled: "The processes commu...
Latest post: staceyw wrote: That is interesting. I know nothing of Erlang, but that seems similar idea. Your thoughts on Linq are right on. In many ways t...
Jump to: First Post    |Latest Post Tags: Developer Forum
Latest post:
Jan 24 2007
4 Posts
First post: alexf wrote: I noticed that you use .NET thread pool. In some cases, especially with poor written handlers, which block a thread, it may cau...
Latest post: staceyw wrote: This discussion has been copied to Work Item 7605. You may wish to continue further discussion there.
Jump to: First Post    |Latest Post Tags: Developer Forum
Latest post:
Jan 24 2007
9 Posts
First post: ngunn wrote: e.g. IEnumerator from CCR? I've found this arbitration very useful. Nick.
Latest post: staceyw wrote: This discussion has been copied to Work Item 7604. You may wish to continue further discussion there.
Jump to: First Post    |Latest Post Tags: Developer Forum
Latest post:
Jan 24 2007
2 Posts
First post: alexf wrote: William, Thanks for the terrific work, it is great alternatove to CCR. Could you please explain to me in plain English, wh...
Latest post: staceyw wrote: Hi. The license is the Microsoft Community Shared Source license here: http://www.microsoft.com/resources/sharedsource/licensi...
Jump to: First Post    |Latest Post Tags: Developer Forum
Latest post:
Jan 24 2007
2 Posts
First post: ngunn wrote: I noticed that port instances share a single static lock. I guess that's an optimisation. A couple of comments: 1. In the P...
Latest post: staceyw wrote: Comments inline. "I noticed that port instances share a single static lock. I guess that's an optimisation." Yes. I ~at...
Jump to: First Post    |Latest Post Tags: Developer Forum
Latest post:
Jan 20 2007
1 Post
First post: staceyw wrote: /// /// It is hard to get easier then this for a simple task scheduler./// Can get as complex as needed./// private static v...
Jump to: First Post Tags: Samples and Patterns
1-10 of 21 < Previous 1 2 3 Next >
Updating...