Connecting Tech Pros Worldwide Forums | Help | Site Map

best php auction software???

ctfilter@gmail.com
Guest
 
Posts: n/a
#1: Jul 30 '05
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
Guest
 
Posts: n/a
#2: Jul 30 '05

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

Closed Thread