d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development >
Poll > Dynamic Website Without Database?
12Next
Add Reply New Topic New Poll
  Guests cannot view or vote in polls. Please register or login.
Member
Posts: 8,635
Joined: Dec 28 2007
Gold: 87.00
Feb 7 2013 01:57pm
Any one have experience doing dynamic site without database? Is there any big cons doign this? How is it in performance? I know it would be easier to use database, but then I would have to pay more for service provider.

Post what you think/know about the topic.
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Feb 7 2013 05:42pm
Quote (vittujenkevat @ Feb 7 2013 02:57pm)
Any one have experience doing dynamic site without database? Is there any big cons doign this? How is it in performance? I know it would be easier to use database, but then I would have to pay more for service provider.

Post what you think/know about the topic.


What kind of website are you wanting to build?
Almost every provider will give access to a mysql database (most of the time unlimited or 5gb+)
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Feb 7 2013 06:08pm
Quote (vittujenkevat @ Feb 7 2013 02:57pm)
Any one have experience doing dynamic site without database? Is there any big cons doign this? How is it in performance? I know it would be easier to use database, but then I would have to pay more for service provider.

Post what you think/know about the topic.


what part of it makes it dynamic if there's no way to persist data once the session ends?
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Feb 7 2013 06:14pm
Quote (carteblanche @ Feb 7 2013 07:08pm)
what part of it makes it dynamic if there's no way to persist data once the session ends?


could write to a file...
but that'd be a pain in the ass
Member
Posts: 20,464
Joined: Dec 31 2006
Gold: 131.00
Feb 7 2013 07:01pm
Quote (0n35 @ Feb 8 2013 12:14pm)
could write to a file...
but that'd be a pain in the ass


lol i remember writing to flat file databases XD
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Feb 7 2013 10:40pm
Quote (WhyteLinux @ Feb 7 2013 08:01pm)
lol i remember writing to flat file databases XD


takes me back to my vb class...
jesus christ
Member
Posts: 8,635
Joined: Dec 28 2007
Gold: 87.00
Feb 8 2013 12:33am
Quote (0n35 @ 8 Feb 2013 01:42)
What kind of website are you wanting to build?
Almost every provider will give access to a mysql database (most of the time unlimited or 5gb+)


It's a small association site with some basic information with news etc, nothing too big.
They have had the cheapest option from provider for many years and it doesnt include mysql database. It would cost some extra if taking the mysql database in use so was thinking about doing it without database, unless there are some serious cons doing it that way.

Quote (carteblanche @ 8 Feb 2013 02:08)
what part of it makes it dynamic if there's no way to persist data once the session ends?


Was thinking about using files for data storage, like mentioned already.
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Feb 8 2013 12:42am
Quote (vittujenkevat @ Feb 8 2013 01:33am)
It's a small association site with some basic information with news etc, nothing too big.
They have had the cheapest option from provider for many years and it doesnt include mysql database. It would cost some extra if taking the mysql database in use so was thinking about doing it without database, unless there are some serious cons doing it that way.



Was thinking about using files for data storage, like mentioned already.


What are they paying currently?
Member
Posts: 2,478
Joined: Jan 4 2007
Gold: 7,545.00
Feb 8 2013 07:20am
You know you can buy a cheap web host that provides free MySQL databases for under $4/mo

IMO, either make a database, or don't do dynamic at all.
Member
Posts: 1,628
Joined: Aug 11 2012
Gold: 628.00
Feb 8 2013 08:03am
sounds to me like they are cheap asses, if theyare a company they should be able to afford 8-10$/month for a hostgator account with cpanel.
unless you want to write it to an xml file, i wouldnt suggest doing it at all.
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll