[Live-devel] modify the code to multiple threads
    Stas Desyatnlkov 
    stas at mer.co.il
       
    Tue Mar 14 08:40:31 PST 2006
    
    
  
Hi,
 
Why would you want to use multiple threads on live ? I suspect you might
have a design problem.
Live employs standard heartbeat algorithm and thus is much easier to
manage and debug. 
 
By introducing multithreading you will have to wrap the thread code into
some cross platform library (ACE come to mind) if you want the library
to compile on multiple platforms.
 
If you will describe what you try to accomplish then maybe someone can
explain how it is done without multithreading.
 
Regards,
Stas.
  _____  
From: live-devel-bounces at ns.live555.com
[mailto:live-devel-bounces at ns.live555.com] On Behalf Of Tire
Sent: Friday, March 03, 2006 3:42 AM
To: live-devel at ns.live555.com
Subject: [Live-devel] modify the code to multiple threads
 
I want to modify the code to multiple threads format.
I see FQA(http://www.live555.com/liveMedia/faq.html#threads) that it say
"More than one thread can still use this code, if only one thread runs
the library code proper, 
and the other thread(s) communicate with the library only by setting
global 'flag' variables."
Have anybody can tell me how to modfiy ? Which the *.cpp must modify?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20060314/6309fb10/attachment-0001.html 
    
    
More information about the live-devel
mailing list