Issue Details (XML | Word | Printable)

Key: MULE-844
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Holger Hoffstaette
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Mule

Add cache integration for various implementations

Created: 15/May/06 05:17 AM   Updated: 02/Aug/07 02:51 AM
Component/s: Core: Queues (SEDA) / Persistence
Affects Version/s: 1.3-rc3
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Related
 

Labels:


 Description  « Hide
JavaSpaces and caches are too different for a unified API so it's better to provide generic cache support separately, probably via springmodules-cache (which has a somewhat bizarre API but does get the important/difficult things right), see: https://springmodules.dev.java.net/docs/reference/0.7/html/cache.html

I have no idea whether a transport is actually the right abstraction for this; a cache on its own is pretty useless, even though send/receive could probably somehow be mangled on top of it. My guess is that a module with regular support classes will provide more value.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Holger Hoffstaette added a comment - 15/May/06 06:44 AM
I just learned that someone has ported memcached to Win32: http://jehiah.com/projects/memcached-win32/

Andrew Perepelytsya added a comment - 11/Aug/06 03:55 PM
Holger, in the light of 'A-Space-is-not-a-Cache' statement and your sufferings before, is this task still relevant?

Holger Hoffstaette added a comment - 11/Aug/06 05:41 PM
Have been thinking about this one myself..I will think a bit more about this for my thesis work in the next few weeks and close when I've decided that it's really hopeless.

Holger Hoffstaette added a comment - 04/Jan/07 06:31 AM
Instead of closing this issue I updated the original description.