So I could create a network share that each webserver can see. Map it as a drive. Anytime an update is made, it's made to this shared collection. Would this cause any conflict if two webservers tried writing to it at the same time? Would it throw an error, or just wait?
>From there, I could just have a scheduled task that runs every 30 minutes that copies the collection from the share to the local server In that case, I guess it would be best to have a scheduled task on each webserver that grabs that main collection, copies it over, then once it's done, replaces the old version with the new version. In any case that the collection copy failed, the webserver would just continue to use it's existing copy. On Mon, Aug 1, 2011 at 10:44 AM, Alan Williamson <[email protected]> wrote: > That works as well. > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - http://groups.google.com/group/openbd?hl=en > -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
