Click here to Skip to main content
15,925,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Keep a process, started from web app, running even after closing the browser Pin
Spunky Coder16-Oct-07 20:59
Spunky Coder16-Oct-07 20:59 
GeneralRe: Keep a process, started from web app, running even after closing the browser Pin
Zeeshan Reyaz16-Oct-07 21:17
Zeeshan Reyaz16-Oct-07 21:17 
AnswerRe: Keep a process, started from web app, running even after closing the browser Pin
Sandeep Akhare16-Oct-07 21:44
Sandeep Akhare16-Oct-07 21:44 
GeneralRe: Keep a process, started from web app, running even after closing the browser Pin
Zeeshan Reyaz16-Oct-07 21:57
Zeeshan Reyaz16-Oct-07 21:57 
GeneralRe: Keep a process, started from web app, running even after closing the browser Pin
Sandeep Akhare16-Oct-07 22:16
Sandeep Akhare16-Oct-07 22:16 
GeneralRe: Keep a process, started from web app, running even after closing the browser Pin
Zeeshan Reyaz16-Oct-07 22:22
Zeeshan Reyaz16-Oct-07 22:22 
GeneralRe: Keep a process, started from web app, running even after closing the browser Pin
Sandeep Akhare16-Oct-07 22:24
Sandeep Akhare16-Oct-07 22:24 
GeneralRe: Keep a process, started from web app, running even after closing the browser Pin
N a v a n e e t h16-Oct-07 22:28
N a v a n e e t h16-Oct-07 22:28 
Zeeshan Reyaz wrote:
even this new and seprate thread will be killed when the web application terminates(or browser is closed).


It will be killed when your page finished loading. Server don't know whether browser closed or not. Look into ASP.NET page life-cycle to get an idea.

Other alternative would be combining webservices and windows application. Write a windows application that gives request to a webservice which does this long process. Install windows application on server, and configure it to give requests in particular intervals.

When your file gets uploaded, change a database flag. Windows application should check this flag and come to know whether it has to start the long process.

Hope this helps


QuestionBuilding Treeview of a FTP folder Pin
Wesley Samuel16-Oct-07 20:26
Wesley Samuel16-Oct-07 20:26 
QuestionServer makes the client to pop up dialog box, how? Pin
krafix16-Oct-07 20:20
krafix16-Oct-07 20:20 
AnswerRe: Server makes the client to pop up dialog box, how? Pin
N a v a n e e t h16-Oct-07 20:40
N a v a n e e t h16-Oct-07 20:40 
AnswerRe: Server makes the client to pop up dialog box, how? Pin
Sandeep Akhare16-Oct-07 20:57
Sandeep Akhare16-Oct-07 20:57 
GeneralRe: Server makes the client to pop up dialog box, how? Pin
N a v a n e e t h16-Oct-07 21:18
N a v a n e e t h16-Oct-07 21:18 
GeneralRe: Server makes the client to pop up dialog box, how? Pin
Sandeep Akhare16-Oct-07 21:42
Sandeep Akhare16-Oct-07 21:42 
GeneralRe: Server makes the client to pop up dialog box, how? Pin
krafix25-Oct-07 8:28
krafix25-Oct-07 8:28 
QuestionRSS feeds Pin
jai 12316-Oct-07 20:09
jai 12316-Oct-07 20:09 
AnswerRe: RSS feeds Pin
N a v a n e e t h16-Oct-07 20:11
N a v a n e e t h16-Oct-07 20:11 
GeneralRe: RSS feeds Pin
Sandeep Akhare16-Oct-07 20:14
Sandeep Akhare16-Oct-07 20:14 
GeneralRe: RSS feeds Pin
N a v a n e e t h16-Oct-07 20:16
N a v a n e e t h16-Oct-07 20:16 
GeneralRe: RSS feeds Pin
Sandeep Akhare16-Oct-07 20:21
Sandeep Akhare16-Oct-07 20:21 
GeneralRe: RSS feeds Pin
jai 12316-Oct-07 20:40
jai 12316-Oct-07 20:40 
GeneralRe: RSS feeds Pin
N a v a n e e t h16-Oct-07 20:52
N a v a n e e t h16-Oct-07 20:52 
AnswerRe: RSS feeds [modified] Pin
Baran M16-Oct-07 20:41
Baran M16-Oct-07 20:41 
QuestionPbm:dropdowntab Pin
Priya S16-Oct-07 20:03
Priya S16-Oct-07 20:03 
AnswerRe: Pbm:dropdowntab Pin
Sandeep Akhare16-Oct-07 20:18
Sandeep Akhare16-Oct-07 20:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.