Search the Community
Showing results for tags 'cache'.
-
Searching the web I found this code for implementing video caching:- ' <script>'+ ' // -- Create a MediaSource and attach it to the video'+ ' const videoTag = document.getElementById("MyVideoTag");'+ ' const myMediaSource = new MediaSource();'+ ' const url = URL.createObjectURL(myMediaSource);'+ ' videoTag.src = url;'+ ' // 1. add source buffers'+ ' const audioSourceBuffer = myMediaSource.addSourceBuffer(''audio/mp4; codecs="mp4a.40.2"'');'+ ' const videoSourceBuffer = m
-
Occasionally, at least once a month, an error occurs in an application that runs 24x7x365 Application crashes with a lot of alerts from javascript. The cache log shows: PlataformaDRA.dll: 000011EC: 08:19:33 []:Terminating ISAPI Server. Module Handle: 0000000000400000 PlataformaDRA.dll: 000011EC: 08:19:33 [TUniServerModule]:Shutting Down Server. PlataformaDRA.dll: 000011EC: 08:19:33 [TUniGUISessionManager]:Terminating Session manager. PlataformaDRA.dll: 000011EC: 08:19:33 [TUniGUISessionManager]:Stopping Cache Eraser... PlataformaDRA.dll: 000011EC: 08:19:33 [TUniGUISessionManager]
-
Problems with two Unigui Applications on the same IIS Server Good afternoon, I have two Unigui applications running on IIS. One at port 81 and one at port 82. But if I open http: // localhost: 81, and then open a new window and try to open it to http: // localhost: 82, it keeps loading http: // localhost: 81 and in that situation I have to keep giving Ctrl + F5 several times until it opens at http: // localhost: 82. Once you have opened http: // localhost: 82 it is the APP http: // localhost: 81 which gives the same problem. How do I fix this? I already researched but could n
-
Some of our customers are having weird problems with our uniGUI software. I updated uniGUI to the latest version yesterday and at least some customers are getting AJAX-errors, duplicate entries in uniDBGrid and so on. I troubleshooted the problem with one of our customers and I asked him to clear cache or try another browser (He was using IE 11). He tried to use Chrome and everything worked as expected. One another customer cleared cache and that seemed to solve problem for her. I can't reproduce any of the errors and problem they're having so it's really difficult to fix something that doesn'
-
Boa tarde, eu estou desenvolvendo uma aplicação com hospedagem no IIS, e neste como todos, gero relatorios em PDF usando o FastReports. Uso esse código para gerar o PDF. NomeRPT.PrepareReport(True); ArqPDF := NomeRelPDF+'_'+FormatDateTime('ddmmyyyy_hhmmss.zzz',Now)+'.pdf'; PDFExport.FileName := ArqPDF; PDFExport.DefaultPath := UniServerModule.LocalCachePath; PDFExport.ShowDialog := false; PDFExport.ShowProgress := False; NomeRPT.Export(Self.PDFExport); NomeRPT.PreviewPages.SaveToFile(ArqPDF); frmRelatorios_Movimento.UniPDFFrame1.PdfURL := UniServerModule.LocalCacheURL + ArqPDF; // D
-
If I use SendFile twice or more with the same filename, the browser takes the file out of the cache instead the new one. At the moment I add a Timestamp to the filename, but is there a way to do without a unique name?
- 2 replies
-
- SendFile
- Browser-Cache
-
(and 1 more)
Tagged with: