"Because there are some times when it is needed." Yes you are right.
And thats what I am looking for. There is everday usage of 
multithreading in sockets, driver implementation, web transactions. But 
there is 'some' common reason between them, I just want to identify that.

Well I am not persuading others on not to use multithreading, its the 
other way round.
I need myself to be persuaded, to use multithreading. Thats why I 
started the discussion to figure out a satisfying reason, and I am still 
not convinced.
Just that if ABC-programmer is using multithreading for drivers don't 
convinces me to use threads when I sit down to write a driver.  I just 
can't be sceptical.

I hope I have chosen the right words to convey myself, and it doesn't 
hurt anyone.

On 4/3/2010 7:14 AM, Tyler Littlefield wrote:
> Because there are some times when it is needed. Is this topic to ask about 
> when it could be used? Or to persuade people not to use it.
>               Thanks,
> Tyler Littlefield
>       http://tds-solutions.net
>       Twitter: sorressean
>
> On Apr 2, 2010, at 7:34 PM, Knowledge Seeker wrote:
>
>    
>> On 4/3/2010 2:53 AM, John Gaughan wrote:
>>      
>>> On 4/2/2010 1:02 PM, Knowledge Seeker wrote:
>>>
>>>        
>>>> Crux of the discussion ....Thread is needed where one thinks that a
>>>> aysnc-operation is needed .
>>>> In stone-age one used 'interrupts' for this. Right ?. These days one
>>>> uses a 'watcher-thread' .......
>>>>
>>>>
>>>>          
>>> Stone age indeed. Interrupts are still used heavily, but high level
>>> languages abstract all that stuff away. You can create threads that
>>> monitor queues, where locking and synchronization is built in. You just
>>> call one or two methods and you have your data.
>>>
>>> Interrupts, mutexes, etc. are all taken care of. Why worry about them?
>>>
>>>
>>>        
>> I am going more simpler, why worry about multithreading itself.
>> lol
>>
>>
>>      
>
>
> ------------------------------------
>
> To unsubscribe, send a blank message 
> to<mailto:c-prog-unsubscr...@yahoogroups.com>.Yahoo! Groups Links
>
>
>
>    



------------------------------------

To unsubscribe, send a blank message to 
<mailto:c-prog-unsubscr...@yahoogroups.com>.Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/c-prog/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/c-prog/join
    (Yahoo! ID required)

<*> To change settings via email:
    c-prog-dig...@yahoogroups.com 
    c-prog-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    c-prog-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to