Multiple requests to server question

Posted by embedded on Stack Overflow See other posts from Stack Overflow or by embedded
Published on 2010-04-22T08:50:05Z Indexed on 2010/04/22 8:53 UTC
Read the original article Hit count: 121

Filed under:
|
|

I have a DB with user accounts information.
I've scheduled a CRON job which updates the DB with every new user data it fetches from their accounts. I was thinking that this may cause a problem since all requests are coming from the same IP address and the server may block requests from that IP address.

Is this the case?
If so, how do I avoid being banned? should I be using a proxy?

Thanks

© Stack Overflow or respective owner

Related posts about server

Related posts about request