Jesús Terán wrote:
Hello, I am using the exec_dset for access to my database mysql and change the uri in the calls, but I think this use more CPU processing, Are there other module to do the same?
thanks
Jesus Teran B.
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I'm aware of none pre-written for that purpose... however, you could probably modify one in existence to do just that in C/C++ (assuming you could reverse engineer what's going on in the modules) and it would likely be a lot faster than spawning a shell process for each call.
N.