473,795 Members | 2,999 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Scheduling Tasks on a Shared Server (cron disallowed)

304 Contributor
Hi,
I would like to execute some vb code at regular intervals.
But according to my hosting provider, I wouldn't be able to do it in a shared hosting environment.
So, I would like to know, as to what my options are in that case.
Thanks,
Gomzi.
May 31 '07 #1
12 1669
pbmods
5,821 Recognized Expert Expert
Changed thread title to better match contents.
Jun 4 '07 #2
Motoma
3,237 Recognized Expert Specialist
What can you do on your server?
You might be able to get away with writing your own 'cron' program.
Jun 5 '07 #3
gomzi
304 Contributor
What can you do on your server?
You might be able to get away with writing your own 'cron' program.
Well, quite many things I guess.
Can you tell me as to what might be required for scheduling tasks?
Because since its a shared one, I clearly don't have access to either cron or windows scheduler.

Thanks,
Gomzi.
Jun 6 '07 #4
Motoma
3,237 Recognized Expert Specialist
Well, quite many things I guess.
Can you tell me as to what might be required for scheduling tasks?
Because since its a shared one, I clearly don't have access to either cron or windows scheduler.

Thanks,
Gomzi.
Well, first off, what kind of hosting is it? Is it a web hosting project or a shell host or some other type of host?
Do you have shell access? VNC/RDP access?
Jun 6 '07 #5
gomzi
304 Contributor
Well, first off, what kind of hosting is it? Is it a web hosting project or a shell host or some other type of host?
Do you have shell access? VNC/RDP access?
Am using the shared hosting account for hosting my website.(Hope you asked me that only!).
No. I don't have a shell access. Not sure of what VNC OR RDP are. But haven't come across anything of that sort on the control panel of my hosting account.
Jun 6 '07 #6
Motoma
3,237 Recognized Expert Specialist
Am using the shared hosting account for hosting my website.(Hope you asked me that only!).
No. I don't have a shell access. Not sure of what VNC OR RDP are. But haven't come across anything of that sort on the control panel of my hosting account.
What web-hosting technologies does your host support? ASP, JSP, PHP, MSSQL, MySQL, PostgreSQL? What is your site programmed in? Is this a Windows or Unix host?
Jun 6 '07 #7
gomzi
304 Contributor
What web-hosting technologies does your host support? ASP, JSP, PHP, MSSQL, MySQL, PostgreSQL? What is your site programmed in? Is this a Windows or Unix host?
Well, my website has been developed using .net 2.0
the site is hosted on a shared windows hosting account.
i am using mysql as the database.

I had also talked to them. They said that in a shared hosting account i don't have access to the scheduler(windo ws), and if i need access to the cron, they i will have to go for the linux account. But, they also said that in a linux account my site wouldn't run since its developed in .net. Strange! Don't know what they expect me to do!!? May be switch over to a dedicated server?? maybe.

So, do I have any options?
Jun 6 '07 #8
Motoma
3,237 Recognized Expert Specialist
So, do I have any options?
Your other options will depend on what you need to accomplish. A lot of people think that they need to have a process executed at specific intervals, when in reality it can be faked quite easily.
Would you care to elaborate on your needs?
Jun 6 '07 #9
gomzi
304 Contributor
Your other options will depend on what you need to accomplish. A lot of people think that they need to have a process executed at specific intervals, when in reality it can be faked quite easily.
Would you care to elaborate on your needs?
okay. sure.
Here's what I want to accomplish...

My website reads RSS and Atom feeds. As of now, I have to update the feeds at regular intervals manually by going to the admin section of my site. So, I thought that if I could automate that procedure, then I wouldn't have to worry about the updation taking place properly.
Jun 6 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

4
2557
by: L'Angel Admirable | last post by:
Hi, I have an auction site running. Now I want the auction to be able to automatically send a mail msg to the seller after it expires. How do I do it? Obviously there is some sort of way that I can employ so that this task does not require an operator (such as me) to run manually. This task will involve accessing the database and sending an email. Can somebody enlighten me on this? ==James==
3
8593
by: Greg Bryant | last post by:
I'm doing some work for a company that has an auction site running in coldfusion. They're not real happy with it, and it needs a major overhaul, so I'm looking at redoing it, and while I'm at it, might as well move to PHP (for a variety of reasons - not trying to reopen the PHP -vs- CFM thing again :). Anyway, so I'm looking at this system, and there are no "scheduled tasks" (it's win2kas). How do you write a server app that needs to...
0
2563
by: steve | last post by:
I've seen questions about scheduling ASP scripts posted in this group many times so hopefully this will be useful information to a few people. I just wanted to let you all know that our script scheduling service at www.cronservice.co.uk has been rewritten from the ground up and is now better than ever. If you are looking for a way to schedule your ASP scripts and don't have access to cron or task scheduler then you need this service.
1
2935
by: jeffb | last post by:
I am interested in finding out how DB2 DBAs automate tasks/jobs in their environments. What platform do you run DB2 on (Unix, Linux, Mainframe, Windows)? If you currently have a solution, what product do you use? Do you see Job Scheduling as a DBA's responsbility? Do you consider database monitoring/health as a DBA's responsibility?
3
2892
by: Muscha | last post by:
Hi, In our application we need to have a high performance scheduling framework. We want to be able to say for item 21 do an update on such and such time. We will have around 1 million items of this kind with different scheduling time, so not all will be updated per hour. Some will be per hour some will be once every 2 weeks. Does anyone has any suggestion how to tackle this problem? Oh and one of the requirement is that we are not...
4
2848
by: Dinsdale | last post by:
I'm looking at adding scheduling features to an application and I wanted to ask the community about any experience with scheduling components, either open source like from code project or from a vendor. I'd like to be able to create schedules and lock resources for things like collision detection (two events trying to use the same resource). I've seen some GANTT charting components but I don't think that's what I'm looking for. I'd...
7
1995
by: Ramashish Baranwal | last post by:
Hi, I am trying to execute some tasks periodically, those familiar with unix can think of it as equivalent to cron jobs. I have tried looking around, but couldn't find a way. Would appreciate any pointers or clues.. Thanks, -Ram
5
2408
by: scriptee | last post by:
Hi , I wan to run a php script using cron on my host server. Its a Linux based server and I am allowed to use cron. I want to run a php script with includes. I tried some suggestions which I found on the net but it didn't work the include files are not executed. I am new to cron but knows the basic. Any help is much appreciated.
4
2395
by: Rahul | last post by:
Hello All, I have come accross a very interesting as well as a very complex scenario with my current project. My worry is the scheduling of email messages and execution of that based on the cron jobs. For this I am using cron .Suppose Cron is set to execute a file after every five minutes .It executes and returns all the details of scheduled emails suppose 10. Now my problem is how can I synchronize this with the current date and time...
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10448
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10217
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10167
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9046
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5566
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2922
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.