Guest
09-13-2009, 11:16 AM
I first submitted this question on your ASP.net sub-board before realizing it belongs here, so I apologize for the double post.
I'm looking for a hosting provider for a small computational linguistics demo site. It won't be getting more than about a dozen hits per day over the average month, and would exist mainly as something to list on my PhD applications.
The app needs to be able to do the following:
1) Use binary serialization.
2) Make outbound http requests to google and then to sites listed in its search results (several at a time, though I've coded with the asynchronous page framework so it won't lock up the threadpool).
3) Use a good bit of CPU cycles for about 1-2 seconds as it manipulates the text returned by the http requests.
I signed up for a godaddy account before realizing that it won't let me do #1 or #2 because of the medium-trust level they grant the applications.
Is this scenario possible here? Would #3 cause me to overrun some type of CPU quota?
I'm looking for a hosting provider for a small computational linguistics demo site. It won't be getting more than about a dozen hits per day over the average month, and would exist mainly as something to list on my PhD applications.
The app needs to be able to do the following:
1) Use binary serialization.
2) Make outbound http requests to google and then to sites listed in its search results (several at a time, though I've coded with the asynchronous page framework so it won't lock up the threadpool).
3) Use a good bit of CPU cycles for about 1-2 seconds as it manipulates the text returned by the http requests.
I signed up for a godaddy account before realizing that it won't let me do #1 or #2 because of the medium-trust level they grant the applications.
Is this scenario possible here? Would #3 cause me to overrun some type of CPU quota?