Jump to content

Snoork Hosting

Approved members
  • Posts

    102
  • Joined

  • Last visited

Posts posted by Snoork Hosting

  1. Yeah, I'm not a big fan of cloud servers for ad serving either, as performance is not that great.

    That is what your problem is. Your data has to travel over the network to the database each time the ad is served. You need to get pure SSD storage on your web servers and setup MySQL replication. Serving 10,000,000 impressions per day with 3 web servers is pretty low. We have customers that serve over 20,000,000 impressions per day with 3 web servers.

    Using SSD and setting up MySQL replication should help a lot.

  2. This doesn't seem like a problem that would be coming from Revive Adserver. It points to be hosting related. Also check your .htaccess file to make sure there are no extra lines of code. I would check with your hosting provider about this, as whenever we install Revive Adserver, we never encounter such problems.

    Also there is a possibility you may have caching issue in your browser or your IP changes, which causes Revive Adsever to lose your session.

  3. How are you 3 web servers connecting to the MySQL database?

    1. Do you have remote MySQL server where the 3 web servers instantly send the data over to the MySQL database?

    or

    2. Do you have MySQL replication setup where data first goes to the MySQL database on each web server and then gets send over to the remote MySQL server?

    Also what storage are you using on your web servers and MySQL? SATA or SSD?

  4. In some cases you may need to issue the permissions from the root level of the server:

    chmod -R a+w /home/public_html/var
    chmod -R a+w /home/public_html/var/cache
    chmod -R a+w /home/public_html/var/plugins
    chmod -R a+w /home/public_html/var/templates_compiled
    chmod -R a+w /home/public_html/plugins
    chmod -R a+w /home/public_html/www/admin/plugins
    chmod -R a+w /home/public_html/www/images

    That should fix your problem with the permissions issues. If you are running cPanel on the server, don't forget to add your cPanel username between /home/ and /public_html/

  5. Hi, i am looking for a load balancer for my network, currently i am hosting it on snoork and have lots of issues like high cpu usage even when i have low traffic, i think there is something wrong with setup also their support this year is not the best so i need to move my network, any good load balancer?

    thank you

     

    I'm sorry to hear about the issues you are experiencing with your load balancer. I have sent you a private message, so we can get this fixed for you as soon as possible. I look forward hearing back from you.

×
×
  • Create New...