S
soni29
hi,
we're working on a project where we spawn a thread which calls a
webservice, stock check, sometimes the stock checker takes too long to
respond, and our thread dies out before the response can be received,
is there anyway to make the thread wait longer to get the response,
assuming thread is dying from .net framework possibly killing it due it
just waiting for a delayed response. any suggestions?
we're working on a project where we spawn a thread which calls a
webservice, stock check, sometimes the stock checker takes too long to
respond, and our thread dies out before the response can be received,
is there anyway to make the thread wait longer to get the response,
assuming thread is dying from .net framework possibly killing it due it
just waiting for a delayed response. any suggestions?