We have implemented simple thread to process to excel upload into SharePoint 2010 custom list.
Thread process running in local SharePoint 2010 environment (OS -Windows 7). Once we deployed in SharePoint server,Thread process is exiting without completing its proces.
Please let us know if you know any resolution.
Code is as below
Thread thread = new Thread(new ThreadStart(UploadData)); //Upload is the method where data will insert into List
Thread.Start();
Marulasiddappa SB (Swamy)