-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 
Author Message
 Post subject: Does SysCache support distributed locking?
PostPosted: Wed Oct 19, 2005 5:27 pm 
Regular
Regular

Joined: Thu May 12, 2005 10:12 am
Posts: 71
Location: Buenos Aires, Argentina
Hi. I've been using SysCache as the caching strategy. We are toying with the client the idea to use clustered architecture. This should be no problem since IIS supports this.

What I'm not sure if the cache will support distributed locking when the cache is set to read-write.

Thanks for any help...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 20, 2005 10:51 am 
Contributor
Contributor

Joined: Thu May 12, 2005 8:45 am
Posts: 226
SysCache is a thin wrapper around the HttpRuntime.Cache object. If the HttpRuntime.Cache can support clustering, I am not aware of it. If it is, that would let me drop the distributed(clustered) cache I'm working on.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 04, 2005 8:02 am 
k-dub,

could you please provide some more information about the distributed cache you are working on? Most of our application are multiuser and this sounds really interesting.

greetings,
ernst.


Top
  
 
 Post subject:
PostPosted: Fri Nov 04, 2005 11:33 am 
Contributor
Contributor

Joined: Thu May 12, 2005 8:45 am
Posts: 226
I'm shooting for something like JBossCache. I intend to start with the distribution feature, then transactionality and AOP if needed. I have it mostly done, except the communication between instances. If anyone knows of a working, reliable and LGPL-compatible Multicast DNS library for .NET, please contact me.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 04, 2005 5:39 pm 
Newbie

Joined: Tue Oct 11, 2005 3:18 pm
Posts: 16
HttpRuntime cache does not support clustering. We found and tested 2 distributed cache solutions...
http://www.gigaspaces.com/
and
http://www.alachisoft.com/

Both work great... gigaspaces solution is java based, so there was some noticeable interop overhead.... alachisoft solution is pure .net so we went with them.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 11, 2005 3:56 am 
Newbie

Joined: Tue Oct 11, 2005 2:44 pm
Posts: 12
k-dub,

JBossCache is by no means a small project. Are you able to tackle the port alone, or do you plan on only supporting part of the features?

Regards,
Cris


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 11, 2005 6:58 pm 
Contributor
Contributor

Joined: Thu May 12, 2005 8:45 am
Posts: 226
As stated above, I hope to create a distributed cache with multicastDNS node registration. What's lacking is multicastDNS for .NET.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.