Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt5 - QJSEngine for module architekture, debugging
Forum Updated to NodeBB v4.3 + New Features

Qt5 - QJSEngine for module architekture, debugging

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dorny
    wrote on last edited by
    #1

    Hi, i'm looking for advice...

    I'm going to use QJSEngine for module architekture inside own (http) server .
    Each request is processed in new thread with new QJSEngine instance.
    QJSEngine instance evalutes cached javascirpt file, process request and generate response.

    Questions:

    1. Is QJSEngine good choice?
    2. Will be there some noticeable performance issue with this architecture (new QJSEngine in each request) ?
    3. It's possible to debug javascript inside QJSEngine?

    Thanks

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved