[OPEN-ILS-DEV] error message from direct_ingest.pl script

2008-03-20 Thread Nella Lall
When using the direct_ingest.pl script (part of the importing bib records into evergreen steps) I am getting this message for each record it tries to process: Couldn't process record: * ! EXCEPTION ! * TYPE: OpenSRF::EX::Session Mess: Session Error Mess: [EMAIL PROTECTED]/open-ils.cstore IS

Re: [OPEN-ILS-DEV] error message from direct_ingest.pl script

2008-03-20 Thread Dan Scott
On 20/03/2008, Nella Lall [EMAIL PROTECTED] wrote: When using the direct_ingest.pl script (part of the importing bib records into evergreen steps) I am getting this message for each record it tries to process: Couldn't process record: * ! EXCEPTION ! * TYPE: OpenSRF::EX::Session

Re: [OPEN-ILS-DEV] error message from direct_ingest.pl script

2008-03-20 Thread Nella Lall
Dan, Okay, I did that and noted it for the future, thanks. Now using direct_ingest.pl gives me a new error, sigh--not sure if that is progress or not. Attempting to build a client session as a server Session ID [1206032858.562428391.22319051264], remote_id [EMAIL

[OPEN-ILS-DEV] PATCH: osrf_hash.[ch] (performance tweak)

2008-03-20 Thread Scott McKellar
This patch boosts the performance of an osrfHashIterator a bit, by reusing the current buffer whenever possible instead of freeing and reallocating it on every iteration. I wrote a benchmark that repeatedly traverses a 27-item hash table. The new version is about 10% faster. This improvement is