omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. duffy

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    duffy

    @duffy

    1
    Reputation
    720
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    duffy Unfollow Follow

    Best posts made by duffy

    • RE: A Simple HTTP Server
      server.serve_forever()
      

      iOS automatically stops background app about 10 minutes.
      Is there any way to run pythonista server script "forever" (over 24 hours) in background?

      posted in Pythonista
      duffy
      duffy

    Latest posts made by duffy

    • RE: A Simple HTTP Server

      @ccc
      I tried no_doze.py in iOS9. but it did not relaunch self. I think iOS changed behavior.

      reincarnate(argv)  # Silent notification can relaunch self
      
      posted in Pythonista
      duffy
      duffy
    • RE: A Simple HTTP Server

      @cook

      console.set_idle_timer_disabled(True)
      

      I tried it. But this have effect only in the foreground.

      posted in Pythonista
      duffy
      duffy
    • RE: A Simple HTTP Server
      server.serve_forever()
      

      iOS automatically stops background app about 10 minutes.
      Is there any way to run pythonista server script "forever" (over 24 hours) in background?

      posted in Pythonista
      duffy
      duffy