c# - How to run RavenDb in Azure within a worker role -
a few months ago playing around ravendb & azure , got running hosting server within worker role next this first-class blog post.
however, i've created new project , tried next article again, seems much changed raven files since blog post. notably :
there isn't 'ravendb' nuget bundle - there bunch of them: ravendb client, ravendb database, ravendb embedded, ravendb server & ravendb asp.net hosted server. when installing 'ravendb server' (this seems appropriate worker role) no longer has same .dlls article says reference, , there no longer .xap file. i've tried referencing raven.database .dll, when seek start it,invalidoperation
exception: "different number of tables stored in munin file". can provide me steps required run ravendb in worker role?
is running ravendb worker role best way go, or there more appropriate way of running in azure? (it needs consumed multiple web sites).
i highly recommend using 1 of concrete virtual machine (iaas) offerings run ravendb. ravendb isn't designed elasticity in way meaningful able increment or decrease number of running workers, don't worker role functionality.
c# asp.net .net azure ravendb
No comments:
Post a Comment