Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Session: Error while trying to free lock for ci_session
Post: RE: Session: Error while trying to free lock for c...

I've made a few change to my workaround: replaced the "sleep(1)" with: PHP Code: -- $sleep_random = (rand(0,5)) * 100000; usleep(500000+$sleep_random); -- and avoided to delete an unexista...
65,303 Views
51 Replies
09-04-2017, 03:27 AM
kionez
    Thread: Session: Error while trying to free lock for ci_session
Post: RE: Session: Error while trying to free lock for c...

Hi, I'm trying to debug this strange issue.. I can reproduce it with many curl request parallelized with xargs -P, I can't figure out why sometimes a session lock is deleted while is used (when the wr...
65,303 Views
51 Replies
04-13-2017, 01:54 AM
kionez
    Thread: Session: Error while trying to free lock for ci_session
Post: RE: Session: Error while trying to free lock for c...

Hi, I'm trying to debug this strange issue.. I can reproduce it with many curl request parallelized with xargs -P, I can't figure out why sometimes a session lock is deleted while is used (when the wr...
65,303 Views
51 Replies
04-13-2017, 01:52 AM
kionez

Theme © iAndrew 2016 - Forum software by © MyBB