I made a change that on windows will provide locking without need for
MH win32 extensions.

Can you help me test it.

Make a log action like

def index():
      import time
      time.sleep(10)
      return dict()

call it twice (on windows) from different browser windows. Will the
second window lock until the former is done? should be locked because
session is locked with file-locking.

test before upgrade to trunk and after.

Massimo

Reply via email to