Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6117621
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:20:31+00:00 2026-05-23T15:20:31+00:00

http://www.bidzinga.com/ http://www.bidbass.com/ Are they using COMET technology? What do you recommend to use, and

  • 0

http://www.bidzinga.com/

http://www.bidbass.com/

Are they using COMET technology?

What do you recommend to use, and probably a simple description on how to implement it using the suggested technology/ies?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:20:31+00:00Added an answer on May 23, 2026 at 3:20 pm

    Hi what ajax technology does these
    sites use?

    I did a quick inspection of Bidzinga’s source-code and it looks like they are doing just simple polling(frequently!). For example in this javascript file(http://www.bidzinga.com/js/default.js) I show part which does polling frequently:

    setInterval(function(){
                    var gettime = '/gettime.php?' + new Date().getTime();
                    $.ajax({
                        url: gettime,
                        success: function(data){
                            bidOfficialTime.html(data);
                        }
                    });
                }, 1000);
    

    This is a pretty bad approach if you ask me and will kill your server under load. If this server which as you can see is using PHP(/gettime.php) does not have APC(You need to at least install/compile this for good performance) then you you can bet the server can’t cope, because every time PHP needs to compile bytecode. Also it needs to get every request from disc(sometimes cached) when not using APC or any in-memory database (Redis, Memcached). Even though polling in frequent intervals is never a smart approach and you can be sure your server will die under the load.


    Are they using COMET technology?

    Bidzinga is NOT using COMET, because it uses plain polling.

    What do you recommend to use, and
    probably a simple description on how
    to implement it using the suggested
    technology?

    I guess it depends on your scale(size).

    Hosted solution

    but I think in the beginning I would recommend you to use pusher because it is a hosted solution which is pretty good documented and even has a free plan.

    Our free Sandbox plan includes up to
    20 connections and 100,000 messages
    per day

    I have to remind you that the free/cheap plans do NOT have SSL so you should NEVER send any private information over the wire. The bigger price plans do have SSL, but will cost $50 monthly. I think you can go cheaper if you implement this yourself, but then again that will cost you time(time equals money). Here are some other hosted solutions which might fit your bill:

    • http://www.pubnub.com
    • http://beaconpush.com/

    Open-source products:

    First off I would like to mention that none of these are PHP, because I don’t think PHP is designed to handle this. Even Facebook which was an entirely PHP-shop(now uses HipHop a lot) agrees with me and implemented chat using erlang. For these open-source products which are pretty good documented you are going to need to a VPS. For some of them it is really nice if you can install software as root. While a VPS is not really needed for all these products, but you should have the ability to compile software.

    • socket.io This would be my first choice. For socket.io I answered on stackoverflow.com which should get you started at least.
    • https://github.com/facebook/tornado
    • http://prosody.im/ with strophe.js as BOSH-client. As a plus you can also connect from XMPP-client with this.
    • http://atmosphere.java.net/
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://www.switchonthecode.com/tutorials/getting-started-with-opengl-es-for-the-iphone From the above link they created tutorial by No Nib File. But i
http://www.example.com/http://www.test.com I have tried many different methods using .htaccess with no luck. I need
http://www.helloandroid.com/tutorials/how-use-canvas-your-android-apps-part-1 At the end of this tutorial link for source code download is available.
http://www.codeplex.com/IIRF/Thread/List.aspx My webhost installed IIRF for me and I am convinced that they did
http://www.microsoft.com/windowsxp/using/accessibility/characterrepeatrate.mspx - There's an option in Windows for setting repeat delay. It means the
http://www.docjar.com/html/api/org/apache/catalina/realm/JDBCRealm.java.html To use this JDBCRealm we need two tables, user and user_role. user table
http://www.asp.net/learn/mvc/tutorial-39-cs.aspx We are using the above guide to implement some validation in our ASP.NET
http://www.dscredstorm.com/getisbninfo.aspx I'm trying to use Amazon's api. I downloaded their example code, which is
http://www.vidyasocks.com/forums.php?id=1&id=1 as you can see at the bottom I am using hash as a
http://www.phpied.com/when-is-a-stylesheet-really-loaded/ Using this solution has worked great for loading a stylesheet with a callback,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.