| Change Set |
Date |
Downloads |
Comment |
27827
by
jsrajjan
|
Jun 5 at
9:35 PM
|
133 |
Added failover logic for Distributed Caching. if one server goes offline the message will be send to other available server
|
27305
by
drapp
|
May 1 at
5:52 PM
|
166 |
Added Session/IndexusSharedCacheStoreProvider.cs to enable ASP.NET session state caching. Unit tests can be found in SharedCache.Testing project |
27120
by
duckworth
|
Apr 27 at
12:38 PM
|
22 |
preparation work on the Testing project for unit test buildout, added nunit project and got basic settings and simple tests working. |
27040
by
ronischuetz
|
Apr 23 at
9:23 AM
|
18 |
Created Label: SharedCache_01 and added a new solution folder: Labels. The folder contains a zip file with latest version of shared cache. additional develpers will help from now to get out more from sharedcache - now we have a backup of the current development state. |
26744
by
ronischuetz
|
Apr 12 at
12:01 PM
|
30 |
|
26743
by
ronischuetz
|
Apr 12 at
12:01 PM
|
12 |
3.0.5.2 - additional preparations for next release. added some test files which are not used now. I DO NOT SUGGEST TO USE THIS CHECKIN |
26202
by
ronischuetz
|
Mar 21 at
9:06 AM
|
122 |
preparations for 3.0.5.2: - additional changes for replicated server caching - added additional logging outputs |
26100
by
ronischuetz
|
Mar 16 at
8:38 PM
|
27 |
preparations for 3.0.5.2: - bugfix for replicated server caching. |
26081
by
ronischuetz
|
Mar 15 at
7:52 PM
|
5 |
preparations for 3.0.5.2 - cache handler |
26078
by
ronischuetz
|
Mar 15 at
7:40 PM
|
6 |
preparations for 3.0.5.2 - cache handler |
26076
by
ronischuetz
|
Mar 15 at
7:37 PM
|
6 |
preparations for 3.0.5.2 - cache handler
|
26075
by
ronischuetz
|
Mar 15 at
7:10 PM
|
8 |
preparations for 3.0.5.2 |
26074
by
ronischuetz
|
Mar 15 at
7:09 PM
|
4 |
|
26073
by
ronischuetz
|
Mar 15 at
7:07 PM
|
8 |
preparations for 3.0.5.2: - Http Handlers |
26072
by
ronischuetz
|
Mar 15 at
6:38 PM
|
7 |
preparations for 3.0.5.2 - bugfix in socket connection pool - HttpModule preparations for Shared Cache - EncryptionProvider preparations for Shared Cache |
25909
by
ronischuetz
|
Mar 9 at
11:30 PM
|
84 |
sources for release 3.0.5.1: DataContract serialization implementation (WCF) Workitem: Socket closure on shutdown Major bug in fallback logic (special thanks to Christian Weyer from thinktecture - http://www.thinktecture.com/staff/christian) Replicated caching and distributed caching versions contains now a flag with an online / offline status. Extended logging - trace socket pool bahaviour when shared cache runs as debug installation. Use SysteInternals DbgView to view how the socket pool act. Client and server socket pool configurations (SocketPoolValidation, SocketPoolTimeout, SocketPoolMinAvailaleSize)
Information about how to configure client and replicated server socket pools can be found here: Replicated server socket pool configuration: http://www.sharedcache.com/cms/default.aspx?pg=e9acfe54-2da7-4515-924a-e46723921764#Release%203.0.5.1 Client socket pool configuration: http://www.sharedcache.com/cms/default.aspx?pg=adc4b470-11a5-4e87-8d06-8ff0e4fd3b05#release%203.0.5.1 |
25582
by
ronischuetz
|
Mar 1 at
1:02 PM
|
57 |
preparations for 3.0.5.1 - Changed Api Methods from Wcf_MethodName to DataContract_MethodName Changed Serializable Method Name from WcfSerialization to DataContractSerialization Updated TestClient to new method names |
25548
by
ronischuetz
|
Feb 28 at
11:22 AM
|
6 |
preparations for 3.0.5.1 - added using statement as requested: http://sharedcache.codeplex.com/WorkItem/View.aspx?WorkItemId=9370
|
25347
by
ronischuetz
|
Feb 22 at
12:08 AM
|
27 |
Preparations for version 3.0.5.1 - I DO NOT RECOMMEND TO USE THIS VERSION - ITS NOT TESTED AT ALL!!!! This checkin contains the WCF extensions: public override void WcfAdd(string key, object payload); public override void WcfAdd(string key, object payload, DateTime expires); public override void WcfAdd(string key, object payload, IndexusMessage.CacheItemPriority prio); public override void WcfAdd(string key, object payload, string host); public override void WcfAdd(string key, object payload, DateTime expires, IndexusMessage.CacheItemPriority prio); public override T WcfGet<T>(string key); public override object WcfGet(string key); public override IDictionary<string, byte[]> WcfMultiGet(List<string> keys); public override IDictionary<string, byte[]> WcfRegexGet(string regularExpression); public override void WcfMultiAdd(IDictionary<string, byte[]> data);
in addition i removed all test then with one of the next releases we upload the new test serie. |
25060
by
ronischuetz
|
Feb 9 at
6:23 PM
|
80 |
|
24362
by
ronischuetz
|
Jan 18 at
1:15 AM
|
199 |
release 3.0.5.0
|
24361
by
ronischuetz
|
Jan 18 at
12:55 AM
|
33 |
adapted version check |
24359
by
ronischuetz
|
Jan 17 at
10:54 PM
|
32 |
additional preparations for shared cache release |
24352
by
ronischuetz
|
Jan 17 at
2:43 PM
|
35 |
version with new namespaces - all namespaces are changed to sharedcache.xxxx |
24351
by
ronischuetz
|
Jan 17 at
2:37 PM
|
29 |
removed all server code |