[Zope-dev] Re: Session concurrency problem

Maurits van Rees m.van.rees at zestsoftware.nl
Wed Jan 30 18:00:59 EST 2008


Hi,

It's been a long day and I am way out of my league on this issue, so I
will just go in off-topic mode and share a bash trick.

Stephan Richter, on 2008-01-30:
> cd sessionIssue2
> for number in 1 2 3 4 5 6 7 8 ;do sh sessionTest.sh;done

You can also do:

  for number in $(seq 8); do sh sessionTest.sh;done

Thank you and good night. :)

-- 
Maurits van Rees | http://maurits.vanrees.org/
            Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]



More information about the Zope-Dev mailing list