Gonzalo Diethelm
Gonzalo Diethelm
You would probably have to dive into this yourself and find out. I have never done such a thing with JNI. Patches welcome. Good luck!
I am barely using jnano these days. You should probably post a message on the nanomsg mailing list if you still need help. Cheers, Gonzalo > On 04 Jun 2015,...
Hi Mathew, Good points, all of them. Would you be willing to provide a pull request with proposed fixes? I suggest we keep the nanomsg list copied (I just did...
Hi Jacek, Yes, I would consider adding a JNA implementation / version of jnano, given how much simpler it is than JNI. However, be advised of this: when I implemented...
I apologize for answering this after seven months! My fault, I am sorry. I don't think I used direct mapping in my tests. It would be interesting if you could...
FWIW, this seems to also be supported in linux: https://man7.org/linux/man-pages/man3/pthread_setname_np.3.html
Bummer, the original submitter's account is deleted. If anybody can check whether this works as is on linux, or whether it requires any additional changes, I can merge the PR.
I volunteer to help merging some of the PRs, if you offer still stands. In fact, I will send at least one of my own, just for docs, because I...
Hey, got the invite, already approved two PRs. I didn't want to approve a pending PR of my own (https://github.com/Pithikos/C-Thread-Pool/pull/91/), thought it would be bad form -- if you are...
I think the confusion is all mine... I was trying to do basically what amounts to this: ```C const char* nptr = 0; size_t nlen = 0; const char* sptr...