Stefan Fuhrmann <stefan.fuhrm...@wandisco.com> writes:

> read_next_ids accesses a txn-local file which should never
> be accessed by multiple processes / threads at the same
> time. It also gets closed explicitly such that there should be
> no pool / file handle lifetime issue.

I imagine an http client could do multiple PUTs in parallel.  It would
not be much of an advantage at present because the PUTs would serialise
writing to the protorev file.  But I think it would work and that would
involve parallel access to next-ids.

-- 
Philip Martin | Subversion Committer
WANdisco | Non-Stop Data
www.wandisco.com

Reply via email to