Click to See Complete Forum and Search --> : How to use threads in c language


shamaila
September 15th, 2005, 01:05 PM
hi to all

i m doing project related to networking using c-language and linux operating system .
Now i want to transfer a file from client to server using SRTP packets.

SRTP is(secure real time protocol i.e use for security of real time protocol )

and for this i hav to use threads as i hav to send SRTP and SRTCP packets at the same time.
can any body help me in getting code sample of threading in c-language.

ok

regards

mala_khalid@yahoo.com

kirants
September 15th, 2005, 02:30 PM
Windows SDK Thread: Where can I find references on Multithreading? (http://www.codeguru.com/forum/showthread.php?p=1222389#post1222389)

MikeAThon
September 17th, 2005, 01:24 PM
kirants, please note:...i m doing project related to networking using c-language and linux operating system ....

Sorry, but I don't know the answer for linux.

Mike

Siddhartha
September 17th, 2005, 01:42 PM
Here are some relevant references -


FAQ #1: Linux Threads (http://linas.org/linux/threads-faq.html)
FAQ #2: Linux Threads (http://www.tldp.org/FAQ/Threads-FAQ/)


Article: Getting started with POSIX Threads (http://dis.cs.umass.edu/%7Ewagner/threads_html/tutorial.html)


The Linux Thread Library (http://pauillac.inria.fr/%7Exleroy/linuxthreads/)

kirants
September 17th, 2005, 01:59 PM
kirants, please note:
Sorry, but I don't know the answer for linux.
Mike

Oops.. sorry for posting irrelevant links :o

masg
October 5th, 2005, 08:15 AM
For linux:http://www.unet.univie.ac.at/aix/aixprggd/genprogc/ls_threads_subr.htm
For windows:
msdn.microsoft.com

you can use these sites to get information about the threads.
Hope this helps you.

Regards,
masg