background worker in asp.net
        Posted  
        
            by vbNewbie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vbNewbie
        
        
        
        Published on 2010-05-04T17:31:00Z
        Indexed on 
            2010/05/04
            17:38 UTC
        
        
        Read the original article
        Hit count: 238
        
visual-studio-2008
I migrate my winforms crawler app to a asp.net web app and would like to know how to implement the background worker thread that I use for very long searches?
Another posting mentioned asynchronous pages but I am not sure if this would work or how to apply it. The search function that would run can sometimes run for a few days and I would like the user to have the option to perform other functions still.
Can this happen?
© Stack Overflow or respective owner