[jira] Created: (UIMA-502) Cas Editor: Add a splash screen

2007-07-14 Thread JIRA
Cas Editor: Add a splash screen --- Key: UIMA-502 URL: https://issues.apache.org/jira/browse/UIMA-502 Project: UIMA Issue Type: Improvement Components: Sandbox Reporter: Jörn Kottmann

[jira] Created: (UIMA-501) Cas Editor: Finish the about dialog

2007-07-14 Thread JIRA
Cas Editor: Finish the about dialog --- Key: UIMA-501 URL: https://issues.apache.org/jira/browse/UIMA-501 Project: UIMA Issue Type: Improvement Components: Sandbox Reporter: Jörn Kottmann

[jira] Created: (UIMA-503) Cas Editor: Add support for XMI files

2007-07-14 Thread JIRA
Cas Editor: Add support for XMI files - Key: UIMA-503 URL: https://issues.apache.org/jira/browse/UIMA-503 Project: UIMA Issue Type: Improvement Components: Sandbox Reporter: Jörn Kott

[jira] Created: (UIMA-504) Cas Editor: Cas Processors should synchronize with editors

2007-07-14 Thread JIRA
Cas Editor: Cas Processors should synchronize with editors -- Key: UIMA-504 URL: https://issues.apache.org/jira/browse/UIMA-504 Project: UIMA Issue Type: Improvement Component

Propsed changes re: multi-threading and typeSystemImpl

2007-07-14 Thread Marshall Schor
In addition to http://issues.apache.org/jira/browse/UIMA-500 which reduces lock contention, there are some other changes needed. TypeSystemImpl is not thread safe, but is used by many threads. Because it has the property that it is "updated" by one thread, and then is read-only by all threads,

Re: Propsed changes re: multi-threading and typeSystemImpl

2007-07-14 Thread Thilo Goetz
Marshall Schor wrote: > In addition to http://issues.apache.org/jira/browse/UIMA-500 which > reduces lock contention, > there are some other changes needed. > > TypeSystemImpl is not thread safe, but is used by many threads. > > Because it has the property that it is "updated" by one thread, and