Page MenuHomeFreeBSD

Make bsnmpclient(3) thread-safe
AbandonedPublic

Authored by trasz on Nov 23 2020, 1:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 14, 6:30 AM
Unknown Object (File)
Sun, May 12, 2:18 PM
Unknown Object (File)
Sun, May 5, 12:19 PM
Unknown Object (File)
May 1 2024, 1:37 AM
Unknown Object (File)
Apr 30 2024, 3:22 PM
Unknown Object (File)
Apr 26 2024, 3:49 PM
Unknown Object (File)
Apr 20 2024, 12:32 PM
Unknown Object (File)
Apr 5 2024, 11:41 AM
Subscribers

Details

Summary

Make bsnmpclient(3) thread-safe.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 34978
Build 31971: arc lint + arc unit

Event Timeline

trasz requested review of this revision.Nov 23 2020, 1:46 PM

For me this looks good. In the middle term (next year) I have a plan to get rid of static data in the library.

This revision is now accepted and ready to land.Nov 24 2020, 11:12 AM
This revision was automatically updated to reflect the committed changes.

... And reverted in f53120073b3 - mostly because, as Jessica pointed out, it would break existing applications which properly share the context between threads, eg by using explicit locking.