Home > Archive > PHP Programming > July 2005 > best php auction software???
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
best php auction software???
|
|
| ctfilter@gmail.com 2005-07-29, 10:00 pm |
| I'm looking for an open source app. that can handle reverse and dutch
auctions. Preferably something with user friendly UI. Ideas??? Thanks!
-- Paul
| |
|
| ctfilter@gmail.com wrote:
>
> I'm looking for an open source app. that can handle reverse and dutch
> auctions.
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
|
|
|
|
|