Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Qt Service Framework - portable background service

    Mobile and Embedded
    2
    2
    3874
    Loading More Posts
    • 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
      dakron last edited by

      Hello,

      Is it possible to create a service that plays the role of background service using Qt Service Framework ?
      I am thinking about a some kind of service that should start automatically at system boot and check some data periodically.
      I want that this service can be portable - easily deploy on Symbian and Maemo for instance - so this is why I mentioned about Qt Service Framework.
      As I can see in Qt Service Framework documentation a service can be created only on a client request. Is it any solutions to create/start such service without this client request ?

      Best Regards,
      Pawel

      1 Reply Last reply Reply Quote 0
      • S
        sriky27 last edited by

        Hi Pawel,

        I have been playing around with ServiceFramework for a while now, if I have understood the services those are plugins. Meaning you can have a demon process which loads this service and runs your activity such as collecting information periodically at the startup and etc. Someone has to load the service who is your decision

        -Sriky

        1 Reply Last reply Reply Quote 0
        • First post
          Last post