Search the web
Sign In
New User? Sign Up
PowerThreading · Richter/Wintellect Power Threading
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3 - 42 of 638   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
42
Thanks a lot Jeff. From: PowerThreading@yahoogroups.com [mailto:PowerThreading@yahoogroups.com] On Behalf Of Jeffrey Richter (Wintellect LLC) Sent: Friday,...
Gautam Moulik
gmoulik
Offline Send Email
Sep 26, 2008
5:30 pm
41
The object reference you pass to the lock statement does NOT have to be volatile; it can be an ordinary reference. So, you can use a readonly static reference...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Sep 26, 2008
4:33 pm
40
Hi Jeff, I have a question on 'Singleton' model, please refer to the following code block .. public static SingleTon Instance { get { if (null ==...
gmoulik
Offline Send Email
Sep 26, 2008
1:25 pm
39
Okay thanks very much for your time. Brendan....
Brendan
brendanmagafa
Offline Send Email
Sep 20, 2008
4:31 am
38
Yes, I meant "haven't". By scan, I meant read-only operations. But, for add/remove, there would probably have to be some locking - just as short-lived as...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Sep 20, 2008
4:15 am
37
Thanks again. Did you mean you "haven't" personally done any work along these lines? By "parallelize the scan" do you mean to allow for concurrent enumerations...
Brendan
brendanmagafa
Offline Send Email
Sep 20, 2008
4:12 am
36
I personally have done any work along these lines. In a 32-bit address space it is impossible to get 10GB of data in memory without using some kind of paging...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Sep 20, 2008
3:52 am
35
Okay that makes sense. Thanks so much for your response, I really appreciate it. I do have another question that's slightly off-topic. I'm just wondering if...
Brendan
brendanmagafa
Offline Send Email
Sep 20, 2008
3:34 am
34
Documentation on my OneManyResourceLock can be found here: http://msdn.microsoft.com/en-us/magazine/cc163599.aspx 1. Yes, calling Done is the same as...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Sep 19, 2008
3:27 pm
33
First of all, thank you for creating such an awesome and much-needed library. I have a couple of questions regarding the OneManyResourceLock. And if I've...
Brendan
brendanmagafa
Offline Send Email
Sep 19, 2008
1:28 pm
32
There is really nothing different for reads versus writes. You issue async reads or writes the same way (via some BeginXxx method) and then the AsyncEnumerator...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Sep 18, 2008
4:16 am
31
Alright! Now I am getting somewhere. I followed your example and was able to get this working to fill a dataset on the web page; and wow is that fast! I am...
e_renshaw
Offline Send Email
Sep 17, 2008
10:07 pm
30
The first problem is that you need a method that asynchronously looks up the state by address. You can't just call GetStateByAddress - this method needs to...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Sep 17, 2008
2:12 pm
29
Jeffrey, I was sort of bouncing around some of what you are talking about below. Into my iterator, one of the parameters being passed in is a collection of...
e_renshaw
Offline Send Email
Sep 17, 2008
4:26 am
19
I have no example of this however, it is very easy to do. In your iterator, just allocate the collection you want and after you issue all the queries, execute...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Sep 16, 2008
3:29 am
17
I have a some queries that can be run asynchronously and the Wait for all pattern looks to be just what I would need. But what I would like to do is place the...
e_renshaw
Offline Send Email
Sep 15, 2008
10:51 pm
16
Our application has not yet been upgraded to .NET 3.5. Is it possible to have a version of Wintellect.Threading.dll that will work on .NET 2.0 (does not...
scrop706
Offline Send Email
Sep 4, 2008
10:46 pm
15
OK, I have added an ASP.NET Web form sample to Power Threading Samples directory. This sample uses Page.AddOnPreRenderCompleteAsync. When using my...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Aug 26, 2008
12:00 am
14
Hello, I would like to see an ASP.NET sample page using AsyncEnumerator object with Page.RegisterAsyncTask() or Page. AddOnPreRenderCompleteAsync. This could...
Olivier MATROT
olivier.matrot
Offline Send Email
Aug 25, 2008
3:20 pm
13
Gorget about it, this was my fault. I was using wrong code retrieve the user object from the async result, which results in an InvalidCastException that is not...
Olivier MATROT
olivier.matrot
Offline Send Email
Aug 25, 2008
10:16 am
12
Hello, I'm having difficulties using the library with a WCF client generated with SVCUTIL.EXE /async. Passing the async enumerator "End" method to one of the...
olivier.matrot
Offline Send Email
Aug 25, 2008
8:50 am
11
I am presenting at Wintellect's Devscovery conference<http://www.devscovery.com/> this week. At this conference, the attendees are able to set up 1-on-1...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Aug 20, 2008
7:04 pm
10
Thanks a lot for your reply sir.   with regards Santhi ... From: Jeffrey Richter <JeffreyR@...> Subject: [PowerThreading] Re: Question: Timer &...
santhi sree
santhisree13
Offline Send Email
Aug 15, 2008
2:25 am
9
I'm not sure what you are ultimately trying to accomplish but you might want to look at the System.IO.FileSystemWatcher class which ships with the .NET Fx....
Jeffrey Richter
jeffrey.richter
Offline Send Email
Aug 7, 2008
1:44 pm
8
Hi, I want to check the status of file/Directory/orSomething (MachineStatus) periodically(using System.Threading.Timer), when a condition is true, I want to...
santhisree13
Offline Send Email
Aug 4, 2008
8:42 pm
7
The discard feature of my AsyncEnumerator is discussed in the new magazine column: http://msdn.microsoft.com/en-us/magazine/cc721613.aspx This feature tells my...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Aug 1, 2008
6:11 pm
6
First, I'm not sure the context in which you are using the OneManyResourceLock but if you are using it within an iterator that is executing via an...
Jeffrey Richter (Wint...
jeffrey.richter
Offline Send Email
Aug 1, 2008
4:30 pm
5
Hi Jeffrey, I am using your library for last 2 weeks (for a new Real time data manager), specifically I am using AsyncEnumerator and OneManyResourceLock (both...
Alexander Gurevich
alex_gur2001
Offline Send Email
Jul 31, 2008
9:39 pm
4
Thanks for releasing the library, it's definitely helped me in a few places. Here is one of the places we are using it. The code below is basically executing...
rjdevereux
Offline Send Email
Jul 31, 2008
3:44 pm
3
Since I set up this group, I've been pretty busy but I wanted to let all of you know that I am here and available to talk about anything Power Threading...
Jeffrey Richter
jeffrey.richter
Offline Send Email
Jul 31, 2008
3:02 pm
Messages 3 - 42 of 638   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help