Multiple apps using same driver.

Home Forums Discussions General Multiple apps using same driver.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #10247
    Vadim Smirnov
    Keymaster

      If two different application operate on different network adapters then yes, they can share single filter driver. Otherwise, no because there is only one copy of the packet in the driver.

      So you have two choices, build your filtering engine as a dedicated service process and use from two different applications, or build two different filter drivers, one per application. First approach probably better from the performance point of view.

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.