vote up 0 vote down star

I wonder, does there exist something like Velocity, but for internal use?

Essentially a .net Object Cache that I'll install at a server and that speaks WCF (or something more appropriate?) with my applications - mainly ASP.net, but possibly WinForms as well.

Objects should be persistable if possible, but held in memory most of the time. In my plans, the objects are rarely updated (new ones might be added frequently, but existing ones are rarely updated) but often read.

flag

2 Answers

vote up 0 vote down

You can host the HttpRuntime in IIS, your WinForms app, etc...

link|flag
vote up 0 vote down check

Okay, I think I overlooked something, Velocity seems to be able to be hosted internally. For some reason I thought I always had to use Microsofts Data Centers, but it looks like it has a server component.

I'm leaving this open in case anyone else knows another caching server, always good to know the alternatives.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.