anush Posted February 25, 2012 Posted February 25, 2012 I have been using helio host for more than 2 years and have not seen any ads on my web site or any other website in this host, but in the help topic http://www.helionet.org/index/index.php?app=core&module=help i found that heliohost places ads. can any admins tell what those mean
Ice IT Support Posted February 25, 2012 Posted February 25, 2012 This was from a few years ago, when HelioHost used a point system called Helions. Users gained/lost points based on the relativity and helpfulnes of their posts. Helions could be used to ugrade their hosting package. As you can see, the Helions program was ended. Those articles haven't been updated.
viclou Posted February 26, 2012 Posted February 26, 2012 So now, heliohost is kinda unlimited, I guess?
Ice IT Support Posted February 27, 2012 Posted February 27, 2012 Except for CPU, memory, storage and execution times, I think everything is unlimited.
anush Posted February 27, 2012 Author Posted February 27, 2012 Actually what how execution time calculated, i have seen this in many of pro hosting companies that max php execution time.is the time the php script runs or is the time that is required for a client to download a page completely.
Ice IT Support Posted February 28, 2012 Posted February 28, 2012 I believe it is the time it takes for a script to run. I don't believe there is a limit on client download time, just the amount of connections per client.
anush Posted February 28, 2012 Author Posted February 28, 2012 So if a client has a slow connection that means the loading will take long, will it not increase the run time of script , if not where does the contents go before the contents reach the client.
Ice IT Support Posted March 1, 2012 Posted March 1, 2012 I think they sit on the server until the client is ready for the next piece.
anush Posted March 1, 2012 Author Posted March 1, 2012 Won't that increase the run time of a script or the script will complete its execution and keep thing ready to be transferred in the server.
Brother Hassan Posted March 2, 2012 Posted March 2, 2012 This was from a few years ago, when HelioHost used a point system called Helions. Users gained/lost points based on the relativity and helpfulnes of their posts. Helions could be used to ugrade their hosting package. As you can see, the Helions program was ended. Those articles haven't been updated.Why did they close Helions ? It sounds like a good system ...
anush Posted March 2, 2012 Author Posted March 2, 2012 i think when heliohost got famous the admins could not handle the different hosting packages.
Brother Hassan Posted March 2, 2012 Posted March 2, 2012 i think when heliohost got famous the admins could not handle the different hosting packages.Ohhh, I see. So the Helions system was manual not automated ?
craigis Posted March 3, 2012 Posted March 3, 2012 @anush What happens with the run time is the client requests the script and the server processes it and the result sits in the servers ram while the client downloads it. So if a client has a slow connection then the resulting page sits there for a while until its done where a client with a fast connection may only have the page sit there for a few seconds as it downloads. So the time it takes for the client to get the page is not counted as execution time. The execution time is the time it takes for the server to generate the page for the client.
anush Posted March 3, 2012 Author Posted March 3, 2012 ok any way if a client has a slow connection then the client will surely need some extra resources right.
2bigpigs Posted March 3, 2012 Posted March 3, 2012 I like to time my scripts' execution so i get an idea of whether it's my connection or my script that's being slow.Also, By limit on execution time, It means the time before the script times out and is killed. I can't find the heliohost limit, Maybe it doesn't have one?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now