performance - is it possible to overload a php script or to overload server via requesting a php script too much? -


seems long question. couple of opinions based on general experience.

i use php script perform several tasks on server. wondering whether make difference if used, say, 3 different scripts 3 different tasks or if not matter @ all?

take account count on 2-3k users @ time (evening time, pretty rare) , still can't afford server 300 bucks month

using seperate scripts identify issues each one. error messages , pointers in logs exact files.

also helps see 1 runs long(est) , if 1 script crashes doesn't affect others. can more monitor scripts need optimizing.

just make sure not depending on each other.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -