![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Paul Graham clearly says he didn't use anything like a database for viaweb. |
|
Why do most other web setups use a db then? Is not using a db and using a lisp on the server side manipulating files on a SAN a stronger solution? |
#2
| |||
| |||
|
|
"gavino" <bootiack (AT) yahoo (DOT) com> writes: Paul Graham clearly says he didn't use anything like a database for viaweb. In 1995 Oracle was too heavy, msql was too light, and Postgresql wasn't ready for production use. Why do most other web setups use a db then? Is not using a db and using a lisp on the server side manipulating files on a SAN a stronger solution? |
|
Only the slight beginning of an answer: By setting constraints on the back end of your application using a relational database, you reduce the number of possible ways to cause disaster, letting one hack a little more freely on the front end. |
#3
| |||
| |||
|
|
"gavino" <bootiack (AT) yahoo (DOT) com> writes: Paul Graham clearly says he didn't use anything like a database for viaweb. Why do most other web setups use a db then? Is not using a db and using a lisp on the server side manipulating files on a SAN a stronger solution? So the first statement is false, he was using a database. He was simply |
![]() |
| Thread Tools | |
| Display Modes | |
| |