best php auction software???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ctfilter@gmail.com

    best php auction software???

    I'm looking for an open source app. that can handle reverse and dutch
    auctions. Preferably something with user friendly UI. Ideas??? Thanks!
    -- Paul

  • NC

    #2
    Re: best php auction software???

    ctfilter@gmail. com wrote:[color=blue]
    >
    > I'm looking for an open source app. that can handle reverse and dutch
    > auctions.[/color]

    You are probably in the wrong newsgroup. You shouldn't handle Dutch
    auctions over HTTP; in a Dutch auction, price data should be pushed
    out to clients in real time. You need a socket-, DCOM-, or CORBA-
    based application with server constantly pushing price data and
    clients (sporadically) submitting bids. Your best bet for client
    is probably a Java applet; as to server, possibilities abound...

    Cheers,
    NC

    Comment

    Working...