Long processing not supported

Discussion in 'General troubleshooting' started by Nilay, Jun 30, 2011.

  1. Hi,

    I have an issue with processing request through background thread.

    Acutally in domain we have hosted a webservice which is being called from iPhone , it uploads text file with some records in it.
    Now when file is uploaded service returns status back to iPhone and then we start thread to process this file and store data into the MS SQL server.

    But for a file having large number of rows(i.e. 20000), but after processing around 11000 records (processing around 550kb of data, i am creating a text file along with data saving, which never exceeds 650kb) it gave error that "Thread was being aborted".

    So can you suggest me what should i do to resolve this issue.

    FYI, our plan is "Max"

    Regards,
    Nilay
     

Share This Page