SVG+DB
Submitted by 18MARIE on Sun, 2006-05-28 19:42.
Hello,
I'd like to put up(poster) the architecture of a water_network and the information
necessary is in data base ,SO I'd like to know how I can do that with SGV?
i.E how I can create a map on a web site ,getting information from DB,
I d like to have some references for SVG, bc i'don't know it and the relation
between it and the BD,
I 've forgot to tell you that I'm doing the web site in PHP.
Thanks
Hi, I just commented on your question over in the PHP forum. Let's continue the discussion there instead of here.
PHP is relatively much more faster and stable than ASP, ASP is built on a COM-based architecture so when ever a program tries to connect to a database or he calls a COM object there is an overhead on the server, All this COM overhead adds up and slows things down.
Under PHP, everything runs in PHP's memory space. This means that PHP code will run faster because there is no overhead of communicating with different COM objects in different processes. Again ASP is slower and more memory intensive applications than PHP's model because each ASP language compiler runs in its own process.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| don't buy World of Warcraft Gold, make'em. |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Post new comment