oracle-coherence
How to use SWIG with "using"
I am attempting to use SWIG 2.0.4 on a C++ library, I have the following in my .i file: %module coh %{ #include \"coherence/lang.ns\"[详细]
2023-03-24 00:24 分类:问答Sampler Result setResponseData not setting in JMeter
I am writing a custom ja开发者_开发百科va class to grab objects from a Coherence grid. It works well through JMeter, but the response data isn\'t filling it\'s place in the JMeter GUI. This is how I\'[详细]
2023-03-08 03:39 分类:问答Query Coherence using JMeter
This is the situation I\'m in: I have a web service that is using the Coherence grid to store data for faster results. The grid holds specific DTO objects -- When new data comes in from the users, I[详细]
2023-03-07 17:46 分类:问答Coherence Topology Suggestion
Data to be cached: 100 Gb data Objects of size 500-5000 bytes 1000 objects updated/inserted in average per minute (peak 5000)[详细]
2023-03-04 16:22 分类:问答Oracle Coherence = Is this a library free of charge and can be used in my programm?
sorry for asking such a question: But I was not able to figure out if the Coherence http://www.oracle.com/technetwork/middleware/coherence/downloads/coherence-101246.html[详细]
2023-02-26 21:16 分类:问答Is OracleCoherence the only product that supports complex (non only key-based) queries?
As you may know Coherence provides 开发者_开发问答\"filtering\" api against its cache-cluster, like this:[详细]
2023-02-25 12:50 分类:问答Accessing a Coherence named cache from Clojure
Having problems accessing caches from the REPL. I can do (import \'(com.tangosol.net CacheFactory) \'(com.tangosol.net NamedCache)) and then (. CacheFactory VERSION) without problems.[详细]
2023-02-20 10:00 分类:问答PortableObjectSerializer is being inaccurate by 1s when serializing and deserializing java.util.Date
For the code like below, I notice a difference of ~ 1sec (long time before serialization=1298298092890; long time after deserialization=1298298093432)[详细]
2023-02-12 03:39 分类:问答How do i connect to multiple Oracle Coherence cache's from a single application?
I have an application(written in CSharp) which currently connects to just one coherence cluster. This cluster is fed in data and when the application see\'s this in the cluster\'s cache it uses this t[详细]
2023-01-29 10:34 分类:问答Coherence cache | ConcurrentHashMap in, HashMap out
I just started working with Oracle\'s Coherence cache and I noticed this: If I put in a ConcurrentHashMap object in the cache, when I retreive it, I could see that it is converted to a norma开发者_JAV[详细]
2023-01-08 02:03 分类:问答