Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Tutoriasls on Threads with ASP.NET

0 views
Skip to first unread message

Marcelo

unread,
Jun 18, 2003, 3:37:13 PM6/18/03
to
hi,

can anyone point me any good tutorials on using threads with ASP.NET?

tia

Marcelo


Steve C. Orr, MCSD

unread,
Jun 18, 2003, 4:01:30 PM6/18/03
to

Marcelo

unread,
Jun 18, 2003, 4:06:32 PM6/18/03
to
Steve,

thanks a lot for your reply.
some more question:

I have one process of data transfer between 2 databases that takes almost 30
minutes.
Nowadays, it's running on a WinForm app, but it shall be converted to an
ASP.NET form.
What I'd like to know is: how could I avoid the page timeout, since I know
it's a long process?
Could I start a thread to a process to make the data transfer and automatic
return, and just keep controlling the status of the operation (the threaded
process would be setting up a Session variable)?
which would be the best approach?

tia

marcelo

"Steve C. Orr, MCSD" <St...@Orr.net> wrote in message
news:eANQqRdN...@TK2MSFTNGP10.phx.gbl...

Steve C. Orr, MCSD

unread,
Jun 18, 2003, 4:42:54 PM6/18/03
to
One approach is you could have your data transfer process be a windows
service. It would be waiting to jump into action, and it would be a
separate process with separate threading from your front end.

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net


"Marcelo" <sm...@hotmail.com> wrote in message

news:u2gJ5UdN...@tk2msftngp13.phx.gbl...

Jason

unread,
Jun 19, 2003, 6:49:49 PM6/19/03
to
don't get the asp.net app to do the work - you use it to initiate the work -
a good one here is msmq.


"Marcelo" <sm...@hotmail.com> wrote in message

news:u2gJ5UdN...@tk2msftngp13.phx.gbl...

0 new messages