Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which technology is responsible for this?

Status
Not open for further replies.

qwert85103

Technical User
Dec 27, 2003
162
US
Hello,

As an example, ebay.com, so many calculations take place in the background, the result of each calculation is stored, used in further calculations..etc etc. To make things short lets just say..the ebay example.

Question: what technology is being used in ebay (as a back-end) to take care of its business? Is is PHP or MySQL or????


Thanks.
 
Probably Oracle - but who knows?

There's always a better way. The fun is trying to find it!
 
If you look at some of the eBAy URLs most reference dll's and ISAPI.dlls. So a good guess would be IIS with precompiled executables.
A quick check with Netcraft reveals Win 2003 (IIS6) so MS SQL is a likely back-end.



Chris.

Indifference will be the downfall of mankind, but who cares?
A website that proves the cobblers kids adage.
Nightclub counting systems

So long, and thanks for all the fish.
 
OK..then for where do you set events (just like you have in VB..like on click do this). In what language (or package..I do not know) can you set events on web page interface? (like on click of a button a set of query should execute for the database).




 
If I've got that right, you have to code them up in the back-end (server-side) scripting. ASP, PHP, Perl, Python etc.

In eBay's case it's more likely to be a compiled web app written in C or C++ rather than a scripting language, simply to improve the performance.


Chris.

Indifference will be the downfall of mankind, but who cares?
A website that proves the cobblers kids adage.
Nightclub counting systems

So long, and thanks for all the fish.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top