KX Community

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

Home Forums kdb+ Why are feedhandlers not usually kdb? Re: Why are feedhandlers not usually kdb?

  • darrenwsun

    Member
    January 30, 2023 at 12:00 am

    Short answer, to my understanding, is that feed handler isn’t quite a good use case for KDB.

    A feed handler needs to deal with data sources of various forms, and more generic languages like Java and C++ usually have richer support for those. Another thing to consider is parallel processing of those data feeds, which will be cumbersome if done in KDB given that in a usual setup, there is only one main thread processing incoming requests and the parallelism would call for a cluster of KDB processes.