Results 1 to 4 of 4

Thread: Threaded JS/script?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Posts
    27
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    4

    Default Re: Threaded JS/script?

    Okay, thanks. If I can move the script engine into the thread then this sounds like a good approach.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Threaded JS/script?

    Quote Originally Posted by bibbinator View Post
    Okay, thanks. If I can move the script engine into the thread then this sounds like a good approach.
    I don't see why this would not be possible unless the script engine has some kind of unprotected shared state between instances (which I highly doubt).
    But you can always check the implementation of WorkerScript

    Cheers,
    _

Similar Threads

  1. Qt script combined with java script
    By prachi kamble in forum Newbie
    Replies: 8
    Last Post: 16th April 2015, 13:30
  2. Qt & External Threaded API
    By mreyfout in forum Qt Programming
    Replies: 0
    Last Post: 28th October 2010, 22:39
  3. Can I include a script from script?
    By yycking in forum Qt Programming
    Replies: 1
    Last Post: 24th April 2009, 03:01
  4. Threaded TCP server
    By Sysace in forum Newbie
    Replies: 4
    Last Post: 21st February 2008, 12:37
  5. Threaded server.
    By nithinin2001 in forum Qt Programming
    Replies: 2
    Last Post: 15th November 2007, 16:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.