Re: JCAS_CACHE_ENABLED documentation question

2008-06-30 Thread Thilo Goetz
Marshall Schor wrote: Thilo Goetz wrote: Marshall Schor wrote: The documentation for this says: "The JCas cache ... incurs a steep memory overhead". I think the actual number is ~1.5 * size-of-a-java-reference (4 bytes on a 32 bit java), per JCas object, plus the overhead of holding on to t

clearing the JCas Cache in some circumstances

2008-06-30 Thread Marshall Schor
The JCas Cache is a specialized hash table that enables iterators and reference following from CAS Feature Structures to return the exact same JCas cover Java instance that was previously returned. Besides avoiding some GC overhead for the alternative (which is to create a new Java object each

Re: clearing the JCas Cache in some circumstances

2008-06-30 Thread Thilo Goetz
I don't know. Aren't we designing something that 99% of our users are never going to use? Is this really worth the added complexity of the API and documentation? I'm -0 to a user-facing API to clear the JCas cache. --Thilo Marshall Schor wrote: The JCas Cache is a specialized hash table that e

[Fwd: Fwd: svn commit: r672825 - in /infrastructure/site/trunk: docs/licenses/exports/index.html xdocs/licenses/exports/index.xml]

2008-06-30 Thread Marshall Schor
Sam Ruby committed the update that was missing for the UIMA-AS Export classification, copy below. -Marshall Original Message Subject: Fwd: svn commit: r672825 - in /infrastructure/site/trunk: docs/licenses/exports/index.html xdocs/licenses/exports/index.xml Date: Mon, 30

[jira] Created: (UIMA-1096) Incorrect metaData returned when deployed as a separate process

2008-06-30 Thread Burn Lewis (JIRA)
Incorrect metaData returned when deployed as a separate process --- Key: UIMA-1096 URL: https://issues.apache.org/jira/browse/UIMA-1096 Project: UIMA Issue Type: Bug Compo

Re: [VOTE] Release UIMA 2.2.2-fp1-incubating release candidate 02

2008-06-30 Thread Marshall Schor
Thilo Goetz wrote: Michael Baessler wrote: Marshall Schor wrote: Michael Baessler wrote: [...] 4) The POM included in the Jar under the "maven" directory shows the parent of this artifact to be the pom org.apache.uima : uimaj : 2.2.2-01-incubating. I think this means that when maven artifac

CAS Viewer submission

2008-06-30 Thread Eddie Epstein
Tong, We have confirmation that the software grant for the CAS Viewer has been received at Apache. Please create a Jira issue for the code submission and when ready attach your source package to the issue. Regards, Eddie

Re: CAS Viewer submission

2008-06-30 Thread Marshall Schor
Eddie Epstein wrote: Tong, We have confirmation that the software grant for the CAS Viewer has been received at Apache. Please create a Jira issue for the code submission and when ready attach your source package to the issue. Regards, Eddie Please include the md5 hash signature as an addi

[jira] Created: (UIMA-1097) C++ service wrapper is losing messages that have timeout values set

2008-06-30 Thread Eddie Epstein (JIRA)
C++ service wrapper is losing messages that have timeout values set --- Key: UIMA-1097 URL: https://issues.apache.org/jira/browse/UIMA-1097 Project: UIMA Issue Type: Bug