installation - Plan and Implementation of Caching on File Server -


can please tell me procedure , requirement if want setup caching file server? have never implemented such thing , don't have clear idea how implement it, step step (main) procedure , requirement highly appreciated.

scenario: selecting "documentation" option application end user can see files or document (mainly pdf , xml) on application screen name (metadata) of files fetched database. when user click on file name on screen request goes database , database call documentum server actual files kept. documentum work through documentum web services (back-end of documentum) job. actual file opened or downloaded. in process if customer has 10-15 documents takes more time load , want speed process.

information:

  • application , documentum hosted on linux , database on aix.
  • files static.
  • all files have unique id.
  • average size of files 3 mb.
  • if new version of same data created kept on same directory versioning. (same file not edited)

some questions:

  • is method effective? or there better way?
  • where cache server should implemented , more effective? (documentum side or other)
  • also if file on cache , there new version of file generates in back-end scenario ? in case user fetch files directly cache (which not expected) or newly modified file actual server?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -