Hello all, Some of you may know that we had a 2 hour of downtime at the end of the last month. It had caused us to rethink the single server situation. As you some of you are expecting reliable uptime from BeeIMG.
Hello readers, We were offline for nearly 4 days due to budgetary problems. I have taken measures to NOT to make budgetary problems in the future. you can help us buy donating via paypal, and even small $1 helps. :) During the blackout I was able to develop some more codes, which includes user image deletion. furthermore I am planning to add AJAX to the image view page, and to use gravatar for the user profiles. Also there has been some spamming on the site, uploading the same image over and over using bulk uploader. which lead me to limit the number of uploads in the new upload page which I will soon finish. I working with PHP MD5 to stop this spamming but it will take some time because the uploader needs to work properly at all the time. It will increase the image upload time, use more MySQL queries and may overload the MySQL sever. Thanks for reading this Article :)
We faced some blackouts recently, and it was because we got very popular in china. The images that was generating lot of traffic were violating our TOS, but as they were generating lot of traffic and I thought it was a good time to stress test our image delivery systems. At first we were handling the load fine. after some time our redis server start acting wired. the issue was with dumping the db to disk, but as the images were generating lot of data the redis server crashed. we started to migrate the all gif images to be served by our CDN while still collecting views data. but at some point our real time stats handling script started to fail due to redis connection issues. after that the data started to collect and the redis server crashed every time it was started. While all that was happening we noticed that our php front end started throwing errors. this was due the connectivity issues to our redis server. The image serving end do not use redis server and was not afflicted. its usi
Comments