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
Post a Comment