karrigell and multi-threading

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shalyd

    karrigell and multi-threading

    Hello,
    Here is my problem :-) :
    i am actually using karrigell, and i use Karrigell.py server, i have a
    page running a
    script (which takes around 5 min to execute), when i launch this script
    (by the page) then,
    i cant acces to any other page of the site until the script ends.
    so i tried the karrigell-ThreadingSocket Server.py and i have the same
    problem, exept that i can access the pages but they are "blank" until
    the script ends.
    i just want to allow different users to launch the script even if the
    script isnt multi-threaded. for example, 1 launch the script, then
    another launches i,t goes take a cofee and then when the first script
    ends, the second is proceeded.
    Any idea to solve that?
    Thanks by advance :-) .

  • jdec

    #2
    Re: karrigell and multi-threading

    You have a specific discussion group for all Karrigell topics:


    It's active and followed by the author of Karrigell.

    Shalyd wrote:
    Hello,
    Here is my problem :-) :
    i am actually using karrigell, and i use Karrigell.py server, i have a
    page running a
    script (which takes around 5 min to execute), when i launch this script
    (by the page) then,
    i cant acces to any other page of the site until the script ends.
    so i tried the karrigell-ThreadingSocket Server.py and i have the same
    problem, exept that i can access the pages but they are "blank" until
    the script ends.
    i just want to allow different users to launch the script even if the
    script isnt multi-threaded. for example, 1 launch the script, then
    another launches i,t goes take a cofee and then when the first script
    ends, the second is proceeded.
    Any idea to solve that?
    Thanks by advance :-) .

    Comment

    Working...