Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

When should we use thread-safe "_r" library calls?

Answer Posted / guest

If your system provides threads, it will probably provide a
set of thread-safe variants of standard C library routines.
A small number of these are mandated by the POSIX standard,
and many Unix vendors provide their own useful supersets,
including functions such as gethostbyname_r().
Unfortunately, the supersets that different vendors support
do not necessarily overlap, so you can only safely use the
standard POSIX-mandated functions. The thread-safe routines
are conceptually "cleaner" than their stateful
counterparts, though, so it is good practice to use them
wherever and whenever you can.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is critical section?

1018


Explain the architectural differences between user-space threads, and kernel-supported threads?

1036


List the system calls used for process management?

1132


Explain the performance differences between user-space threads and kernel-supported threads.?

1336


Explain what are threads?

1091


How would you kill a process?

1069


explain about the initial process sequence while the system boots up?

1106


What is the window of the working set of a process?

1120


What is the working set of a process?

1060


Explain what is protection boundary?

1090


Explain similarities between thread and process?

1027


Explain critical section?

1107


What is protection boundary?

1115


Tell me when should we use thread-safe "_r" library calls?

940


Explain how to work unix commands on windows xp without installing unix o/s in pc?

1012