Robert Mircea
Robert Mircea
If an ESME cannot handle a PDU (deliver_sm or data_sm), the recommended mechanism to reply to SMSC is to actually use one of the following smpp specific error codes: 1....
I would need Oracle support as well for company projects. Oracle db certainly has large footprint in enterprise world. I am working for a Telecom.
Thanks for comments. You've actually won my attention before commenting :) because this lib seems the most compelling libuv wrapper available in .NET. Meanwhile, I took the lib for a...
Regarding the crash: I am using Windows 8 and I've compiled libuv from github (latest) with VS 2012. For creating the dll from lib, I've used the following command lines:...
I've integrated LibuvSharp in my "tcp server" project and I've gave it a try. Unfortunately, the following behavior was observed (on Windows, for now): When running the project in debug...
I've sent to your email addresses a small console app which reproduces the behaviour. Also, in lib folder you will find my uv.dll file compiled for 64bit. If something is...
I've changed my code to use your StaticByteBufferAllocator. While the performance improved (I am now getting around 17500 msg/s instead of 14000), the CPU utilization is still at 100%. I...
@gigi81 1) Yes, I am sure. It is the very same code that runs on Windows using BCL's SendAsync/ReceiveAsync with IOCP. I have abstracted away the socket interfaces so that...
I've tried compiling on mac using make but it says cannot make target libuv.so and stops. Libuv compiled separately successfully.
Cloned the project with the following command: git clone --recursive https://github.com/txdv/LibuvSharp.git tried to make it with: rm@mimac:~/Dev/LibuvSharp(master⚡) » make make -C libuv libuv.so make[1]: **\* No rule to make target...