Click here to Skip to main content
15,890,947 members
Home / Discussions / C#
   

C#

 
AnswerRe: asynchronous calls & threading. which is better? Pin
Nish Nishant29-May-02 1:46
sitebuilderNish Nishant29-May-02 1:46 
AnswerRe: asynchronous calls & threading. which is better? Pin
Eric Gunnerson (msft)29-May-02 8:18
Eric Gunnerson (msft)29-May-02 8:18 
GeneralRe: asynchronous calls & threading. which is better? Pin
Nish Nishant29-May-02 8:28
sitebuilderNish Nishant29-May-02 8:28 
GeneralRe: asynchronous calls & threading. which is better? Pin
Eric Gunnerson (msft)29-May-02 8:25
Eric Gunnerson (msft)29-May-02 8:25 
GeneralRe: asynchronous calls & threading. which is better? Pin
Li-kai Liu (Angus)29-May-02 17:29
Li-kai Liu (Angus)29-May-02 17:29 
GeneralRe: asynchronous calls & threading. which is better? Pin
Not Active29-May-02 18:13
mentorNot Active29-May-02 18:13 
GeneralRe: asynchronous calls & threading. which is better? Pin
Eric Gunnerson (msft)30-May-02 6:39
Eric Gunnerson (msft)30-May-02 6:39 
GeneralRe: asynchronous calls & threading. which is better? Pin
Eric Gunnerson (msft)30-May-02 7:04
Eric Gunnerson (msft)30-May-02 7:04 
If there's built-in support for async (ie the class has BeginXXX() and EndXXX() methods), then you would normally use that if you care about scaling.

If you're writing something small, then writing the threaded version is generally easier, because you write your code in one chunk rather than having to write several callback functions.
GeneralRe: asynchronous calls & threading. which is better? Pin
James T. Johnson29-May-02 18:16
James T. Johnson29-May-02 18:16 
GeneralRe: asynchronous calls & threading. which is better? Pin
Eric Gunnerson (msft)30-May-02 7:03
Eric Gunnerson (msft)30-May-02 7:03 
GeneralRe: asynchronous calls & threading. which is better? Pin
James T. Johnson30-May-02 17:06
James T. Johnson30-May-02 17:06 
Generalattribute question Pin
meihong28-May-02 22:53
meihong28-May-02 22:53 
GeneralRe: attribute question Pin
James T. Johnson29-May-02 5:11
James T. Johnson29-May-02 5:11 
GeneralRe: attribute question Pin
meihong29-May-02 21:12
meihong29-May-02 21:12 
GeneralListView Problem Pin
28-May-02 22:28
suss28-May-02 22:28 
GeneralQuick Question Pin
Nick Parker28-May-02 17:43
protectorNick Parker28-May-02 17:43 
GeneralRe: Quick Question Pin
Nish Nishant28-May-02 18:34
sitebuilderNish Nishant28-May-02 18:34 
GeneralRe: Quick Question Pin
Nick Parker28-May-02 18:57
protectorNick Parker28-May-02 18:57 
GeneralRe: Quick Question Pin
James T. Johnson28-May-02 19:09
James T. Johnson28-May-02 19:09 
GeneralUnhandledExceptionEventHandler Pin
Vanclei28-May-02 9:04
Vanclei28-May-02 9:04 
GeneralRe: UnhandledExceptionEventHandler Pin
Rama Krishna Vavilala28-May-02 11:42
Rama Krishna Vavilala28-May-02 11:42 
GeneralRe: UnhandledExceptionEventHandler Pin
James T. Johnson28-May-02 14:58
James T. Johnson28-May-02 14:58 
GeneralRe: UnhandledExceptionEventHandler Pin
Nick Parker29-May-02 2:12
protectorNick Parker29-May-02 2:12 
GeneralRe: UnhandledExceptionEventHandler Pin
Nick Parker28-May-02 17:01
protectorNick Parker28-May-02 17:01 
GeneralRe: UnhandledExceptionEventHandler Pin
James T. Johnson28-May-02 19:14
James T. Johnson28-May-02 19:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.