KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ C API, calling k within a thread Re: C API, calling k within a thread

  • jlucid

    Member
    July 31, 2023 at 12:00 am

    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?