Hi,
If I have to repeatedly send many blob objects through a
servlet, the client side will have to wait
for an interval and wake up to retrieve blob objects sent from the servlet. If I repeatedly send one blob object at a time, and the client wakes up every 30 seconds and uses a loop to retrieve blob objects from the URLConnection (or any stream from server), will that work? I really need your guys advices on this. Thank you.