Re: I need to run a vb.net or aspx.net file every 10 seconds.

From: Ed Kaim (ed_at_sharplogic.com)
Date: 12/13/04


Date: Mon, 13 Dec 2004 07:38:20 -0800

Yes, a Windows service might be your best bet:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconintroductiontontserviceapplications.asp.

"Steve Jacobs" <steve00932@yahoo.com> wrote in message
news:O4udnTWrE773hCjcRVn-3Q@comcast.com...
> Hi,
>
> I need to run a vb.net or aspx.net file every 10 seconds. The Task
> Scheduler
> in Windows 2003 Server can only do it every 1 minute at the minimum, but I
> need it every 10 seconds. Is it possible to write a small program in
> VB.NET
> that would run in the background without using much resources, and request
> a
> vb.net or aspx file every 10 seconds? Could you show me how to write such
> code? or give me good directions?
>
> Thank you.
> Steve.
>
>



Relevant Pages

  • Re: I need to run a vb.net or aspx.net file every 10 seconds.
    ... You could look at implementing a windows service. ... Matt Berther ... and request a vb.net or aspx file every 10 seconds? ... > Steve. ...
    (microsoft.public.dotnet.framework)
  • Re: I need to run a vb.net or aspx.net file every 10 seconds.
    ... I suggest you look into using a Windows Service to handle such background ... "Steve Jacobs" wrote in message ... > vb.net or aspx file every 10 seconds? ... or give me good directions? ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Ok, I understand much better now
    ... > You should probably consider writing a .NET windows service to install ... > want to associate your web site user accounts with the ... > upload files from your service. ... >> Steve. ...
    (microsoft.public.dotnet.general)
  • Re: How much CPU time does a service use?
    ... particular Windows service is using? ... If you follow along - you will see that Steve originally asked, ... another suggestion made in the list of responses but was ... It was also a re-iteration of a suggestion in case Steve had merely ...
    (microsoft.public.windowsxp.general)
  • Re: How much CPU time does a service use?
    ... particular Windows service is using? ... If you follow along - you will see that Steve originally asked, ... another suggestion made in the list of responses ...
    (microsoft.public.windowsxp.general)

Loading