[elephant-devel] Concurrency problem?

2006-10-31 Thread Pierre THIERRY
I may have a problem with concurrency and elephant. I'm developing a web application using SBCL and Araneida (with it's threaded listener). Whereas araneida by irself doesn't seem to have problems dealing with many requests at a time (I tested it with apache's benckmark tool, with thousands of requ

Re: [elephant-devel] Concurrency problem?

2006-10-31 Thread Robert L. Read
I have had similar problems.  My own solution has been to put mutual exclusion locks into DCM.  Since my own app only accesses the database through DCM, this works for me; I think it would be inconvenient but not impossible if you are using Elephant directly. DCM is a "director-based" system th

[elephant-devel] Re: (open-store) (close-store) (open-store) fails - running x86_64 on SBCL

2006-10-31 Thread Marco Baringer
Joubert Nel <[EMAIL PROTECTED]> writes: > Marco - is this patch available for download? I'd be interested to see the > source code for all the changes necessary. http://www.bese.it/~segv/elephant-0.6.MARCO_RETRY.tar.bz2 sorry, i don't have the time to create a patch. most of the modifications w