Home › Forums › kdb+ › C API, calling k within a thread › Re: C API, calling k within a thread
-
I was just looking through old discussions, and can came across this one
where Charlie was recommending calling k() within a thread because the call blocks until the send buffer receives the message, if the buffer is full, the call will block until it is cleared. So this would imply its ok to call k within a thread, unless I am reading this wrong. What do you think?