[jira] Created: (UIMA-1292) Uima AS Jms Listener Should Support Retry When Establishing Connection To a Broker

2009-02-18 Thread Jerry Cwiklik (JIRA)
Uima AS Jms Listener Should Support Retry When Establishing Connection To a Broker -- Key: UIMA-1292 URL: https://issues.apache.org/jira/browse/UIMA-1292 Project: UIMA

small memory footprint tradeoff configuration

2009-02-18 Thread Marshall Schor
Some users are beginning to ask for the ability to shift the internal tradeoffs UIMA takes toward having a smaller memory footprint, at some cost in performance. Several areas in particular have come up: 1) "interning" string objects, so that only one copy exists 2) having some way to "compac

Re: Channel Usability Analytics using UIMA : Request for info on the Log-File Size..

2009-02-18 Thread Marshall Schor
UIMA uses its CAS to pass information from one annotator to the next. If the annotators are co-located, the CAS you can think of as a set of memory-resident data structures, passed by reference. If annotators are on different IP addresses in a network, CASes are serialized/deserialized and sent ov

[jira] Commented: (UIMA-857) Change startup of framework to support versioned Jars and simplified classpath

2009-02-18 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674628#action_12674628 ] Adam Lally commented on UIMA-857: - I'm not sure if there's a way to check in the Eclipse libr