|
4.0 Session
< Previous Next >
Multiple Resend Request for recovering all messages
Milind Ture 2 Jun 2008 6:04AM ETHello Friends,
I am facing problem while recovering large number of missed packet.
when i m sending resend request for 2000 messages,that time front end is not able to handle 2000 messages ,as front-end is slow that backend server. and it crashes. so to solve this problem either we have to improve front-end's performace or we have to send messages from back-end slowly.
to solve this problem we have decided to send packets in chunk.
for example
if user has 1000 packets as a missed packets.
then at the time of logon front-end(F.E) will come to know that i have 1000 packets as a download.
but as F.E is slow it will only send resend request for 100 packets,
after getting those 100 packets it will agian request for next 100 packets and so on.
is this a correct way to handle this situation ?
or is there any other way?
can i use multiple resend requests to get all packets?
i need reply very urgently as our project is at very critical stage .
Thanks
|