javascript - Can I send periodic progress value as response from a Servlet to Client for a Single Request? -


i having following requirement .. servlet there scans database huge dataset , fetch metadata information, if database big takes 2+ minutes scan , instead of showing loading want show actual progress in % in client machine sending calculated value response periodically .. main roadblock single response possible servlet client , how can achieve ??


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -