B4X FEED [Server] Handling Cache

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: [Server] Handling Cache است. این موضوع تا کنون 32 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع [Server] Handling Cache
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
32
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422


8. Enable or disable Caching
Click to expand...

I guess you can use server.CreateThreadSafeMap
but it may be better to wrap a library like:
[H3] [/H3]
برای دیدن تصاویر باید ثبت نام کنید
lettuce.io
Click to expand...

This is something beyond my knowledge and always a nightmare of mine when developing web applications.

If I want to build a web framework/application, I need to consider/overcome this problem. Caching can be a culprit to the issue of the static content not refresh. This usually happen if I overwrite the CSS or replace a new image with the same file name. The workaround is to append a new value to the GET request in the calling URL to force the server thinks that this resource should not already existed.

My question is, if I generate dynamic content from the database query or programming function to generate some kind of data model to pass to a template engine like FreeMarker, would I getting any issue? I am referring to jServer (jetty) application.

freemarker
Click to expand...

 

عقب
بالا