You are not logged in.
Pages: 1
Hi,
I am trying to deveop a new NSS service.
In NSS we have functions in two ways getxxbyy and getxxbyy_r wherein *_r are rentrant functions.
In my service I am calling a remote api to fetch the name data from it. Since its a remote api, i wanted to cache the data between the calls, so that i can reduce the n/w communication costs.
In reentrant version of the function we have a buffer which is passed by the caller of the function, which we can use to cache the results.
Is there any way to extend the caching for the non rentrant version of the function.
Offline
bump
Offline
Thanks a lot.. :).. i think i shud be able to do this now :)
Offline
Pages: 1