Home | Contact | Pricing | News | Events | Partners | Mailing List | Site Map
  • Development log
  • Technical papers
  • Live docs

More Resources

Recent Papers

Browse by Technology

Dev Log Archives

Developer Center

[GNAT] Task-safe network database operations

Wednesday December 13, 2006

The network database operations in package GNAT.Sockets: Get_Host_By_Name, Get_Host_By_Address, Get_Service_By_Name, and Get_Service_By_Port now take advantage of task safe library functions provided by the underlying operating environment, on platforms where such functions are available, to avoid having to use GNAT.Task_Lock to guarantee correct operations in partitions with tasking. This improves concurrency on these targets.

 

Posted by Posted in Development Log, GNAT Compilation System