Unix Technical Forum

Re: reentrant variants of gethostbyname2/gethostbyaddr

This is a discussion on Re: reentrant variants of gethostbyname2/gethostbyaddr within the mailing.openbsd.tech forums, part of the OpenBSD category; --> Hello! On Mon, Mar 06, 2006 at 11:08:58AM -0800, Ted Unangst wrote: >On 3/6/06, Hannah Schroeter <hannah@schlund.de> wrote: >> ...


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > mailing.openbsd.tech

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-18-2008, 09:22 AM
Hannah Schroeter
 
Posts: n/a
Default Re: reentrant variants of gethostbyname2/gethostbyaddr

Hello!

On Mon, Mar 06, 2006 at 11:08:58AM -0800, Ted Unangst wrote:
>On 3/6/06, Hannah Schroeter <hannah@schlund.de> wrote:
>> I've got code here I'd like to be able to compile on OpenBSD some time
>> in the future, if it works. However, that uses GNU extensions which add
>> reentrant variants of gethostbyname2 and gethostbyaddr. In our manual
>> page for these functions, it's mentioned that the functions use static
>> storage, which is not too easily workable for threaded code. So it'd be
>> good to have reentrant/threadsafe variants of them anyway.


>> Is there any chance that code for that will be added, either (if the
>> interfaces are defined in a sane way there) in the way glibc does, or in
>> a cleaner way, if there is.


>> Or is there any other suggestion for how to resolve hosts by name or
>> address in multithreaded code on OpenBSD?


>you can make a gethostbyaddr_r by using a mutex and memcpy to passed storage.


I had ideas like that already.

But... IIRC one would have to copy several strings, keeping track
of things. Correct?

And a big disadvantage is creating a big bottleneck, if the name
server responds slowly.

Kind regards,

Hannah.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:05 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com