Re: [WebDNA] Store module/site

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 109039
interpreted = N
texte = Hi Ken! if you just "read" the databases, you could have copies of the same = database on as many number of servers you want. If you want to "write" the databases, then you would have to direct the = "write" requests to a single "master" copy, then replicate this copy to = the other servers once in a while (for instance, WebDNA could call an = [exclusivelock] page on the remote server to flush the base to disk and = download the updated copy of the database) If the databases must be synchronized in real-time, then we would have = to keep a log of all "write" instructions and based on the log, update = the copies. This is the method that a MySQL cluster uses. Not an esy = task. - chris On May 5, 2012, at 9:05, WebDNA Solutions wrote: > How can you use WebDNA native databases on sites that are=20 > duplicated to several nodes in order to handle the increase=20 > in traffic during periods of high demand? >=20 > Sincerely, > Kenneth Grome > WebDNA Solutions > http://www.webdnasolutions.com > WebDNA Programming and Linux Server Administration >=20 >=20 >=20 >=20 >> Closing my server room is going to be bittersweet. I've >> been a Tier 2 ISP since 1997 and I currently own 1024 IP >> addresses. I've had WebDNA servers running since 1998. >>=20 >> The cost of running the server room is low, and each >> replacement box is only about $1000 now. My hardware is >> far better than what GoDaddy offers, and the cost of a >> similar GoDaddy configuration for a Dedicated or a VPS >> server is about $450 per month. This is not good >> considering I have 16 production servers to replace. >>=20 >> Instead, I'm looking at the GoDaddy 4GH. It comes with >> FASTCGI. I spent an hour on the phone with GoDaddy this >> morning and it sounds like the 4GH will work. The one >> thing GoDaddy doesn't mention on their website is that >> the 4GH is limited to 600 simultaneous connections. >>=20 >> I'll be testing the 4GH this month and I'll be sure to >> yell for setup help and then report the success/failure >> of it all. >>=20 >> In case anyone is wondering, I want to get this done at >> GoDaddy simply because I really like their live support, >> and I already have a very large reseller account with >> them. >>=20 >> Matt >>=20 >> On 5/4/2012 12:04 PM, Donovan Brooke wrote: >>> Psi Prime Inc, Matthew A Perosi wrote: >>>> I have a full blown CMS, product system, and shopping >>>> cart. Yes, PCI compliant too. >>>>=20 >>>> Until this past Monday I never thought I would >>>> consider selling it, but we've made the decision to >>>> shut down the server room I operate and migrate to >>>> GoDaddy. >>>>=20 >>>> Although my system does not use the old WebCatalog >>>> tags at all, I have not tested it in WebDNA 7 yet. >>>>=20 >>>> So yeah, here's an example of the public side of the >>>> system: http://demo.jewelerwebsites.com >>>> I'd have to issue a username and password to anyone >>>> who wants to see the back office, which I call the >>>> "Stand" >>>>=20 >>>> Matt >>>=20 >>> Cool stuff Matt. >>>=20 >>> Are you moving to a godaddy VPS? >>>=20 >>> Donovan >>>=20 >>>=20 >>>=20 >>>=20 >>>=20 >>> Psi Prime, Inc. >>> 323 Union Blvd. >>> Totowa, NJ 07512 >>>=20 >>> Service: 973.413.8211 >>> Training: 973.413.8214 >>> Fax: 973.413.8217 >>>=20 >>> http://www.perosi.com >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Store module/site (Jym Duane 2012)
  2. Re: [WebDNA] Store module/site (Donovan Brooke 2012)
  3. Re: [WebDNA] Store module/site (Jeffrey Jones 2012)
  4. Re: [WebDNA] Store module/site (Stuart Tremain 2012)
  5. Re: [WebDNA] Store module/site (Stuart Tremain 2012)
  6. Re: [WebDNA] Store module/site (WebDNA Solutions 2012)
  7. Re: [WebDNA] Store module/site (christophe.billiottet@webdna.us 2012)
  8. Re: [WebDNA] Store module/site (WebDNA Solutions 2012)
  9. Re: [WebDNA] Store module/site ("Psi Prime Inc, Matthew A Perosi " 2012)
  10. Re: [WebDNA] Store module/site (christophe.billiottet@webdna.us 2012)
  11. Re: [WebDNA] Store module/site (WebDNA Solutions 2012)
  12. Re: [WebDNA] Store module/site (Govinda 2012)
  13. Re: [WebDNA] Store module/site (Donovan Brooke 2012)
  14. Re: [WebDNA] Store module/site ("Psi Prime Inc, Matthew A Perosi " 2012)
  15. Re: [WebDNA] Store module/site (Donovan Brooke 2012)
  16. Re: [WebDNA] Store module/site (Donovan Brooke 2012)
  17. Re: [WebDNA] Store module/site ("Psi Prime Inc, Matthew A Perosi " 2012)
  18. Re: [WebDNA] Store module/site (Eric Petri 2012)
  19. Re: [WebDNA] Store module/site (Govinda 2012)
  20. [WebDNA] Store module/site (Steve Craig 2012)
Hi Ken! if you just "read" the databases, you could have copies of the same = database on as many number of servers you want. If you want to "write" the databases, then you would have to direct the = "write" requests to a single "master" copy, then replicate this copy to = the other servers once in a while (for instance, WebDNA could call an = [exclusivelock] page on the remote server to flush the base to disk and = download the updated copy of the database) If the databases must be synchronized in real-time, then we would have = to keep a log of all "write" instructions and based on the log, update = the copies. This is the method that a MySQL cluster uses. Not an esy = task. - chris On May 5, 2012, at 9:05, WebDNA Solutions wrote: > How can you use WebDNA native databases on sites that are=20 > duplicated to several nodes in order to handle the increase=20 > in traffic during periods of high demand? >=20 > Sincerely, > Kenneth Grome > WebDNA Solutions > http://www.webdnasolutions.com > WebDNA Programming and Linux Server Administration >=20 >=20 >=20 >=20 >> Closing my server room is going to be bittersweet. I've >> been a Tier 2 ISP since 1997 and I currently own 1024 IP >> addresses. I've had WebDNA servers running since 1998. >>=20 >> The cost of running the server room is low, and each >> replacement box is only about $1000 now. My hardware is >> far better than what GoDaddy offers, and the cost of a >> similar GoDaddy configuration for a Dedicated or a VPS >> server is about $450 per month. This is not good >> considering I have 16 production servers to replace. >>=20 >> Instead, I'm looking at the GoDaddy 4GH. It comes with >> FASTCGI. I spent an hour on the phone with GoDaddy this >> morning and it sounds like the 4GH will work. The one >> thing GoDaddy doesn't mention on their website is that >> the 4GH is limited to 600 simultaneous connections. >>=20 >> I'll be testing the 4GH this month and I'll be sure to >> yell for setup help and then report the success/failure >> of it all. >>=20 >> In case anyone is wondering, I want to get this done at >> GoDaddy simply because I really like their live support, >> and I already have a very large reseller account with >> them. >>=20 >> Matt >>=20 >> On 5/4/2012 12:04 PM, Donovan Brooke wrote: >>> Psi Prime Inc, Matthew A Perosi wrote: >>>> I have a full blown CMS, product system, and shopping >>>> cart. Yes, PCI compliant too. >>>>=20 >>>> Until this past Monday I never thought I would >>>> consider selling it, but we've made the decision to >>>> shut down the server room I operate and migrate to >>>> GoDaddy. >>>>=20 >>>> Although my system does not use the old WebCatalog >>>> tags at all, I have not tested it in WebDNA 7 yet. >>>>=20 >>>> So yeah, here's an example of the public side of the >>>> system: http://demo.jewelerwebsites.com >>>> I'd have to issue a username and password to anyone >>>> who wants to see the back office, which I call the >>>> "Stand" >>>>=20 >>>> Matt >>>=20 >>> Cool stuff Matt. >>>=20 >>> Are you moving to a godaddy VPS? >>>=20 >>> Donovan >>>=20 >>>=20 >>>=20 >>>=20 >>>=20 >>> Psi Prime, Inc. >>> 323 Union Blvd. >>> Totowa, NJ 07512 >>>=20 >>> Service: 973.413.8211 >>> Training: 973.413.8214 >>> Fax: 973.413.8217 >>>=20 >>> http://www.perosi.com >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us christophe.billiottet@webdna.us

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Tried installing Windows beta with no success... (2000) no emailfolder errors? (2000) Removing username from browser (2000) WebCat2b15MacPlugin - [protect] (1997) Some Questions (1997) No luck with taxes (1997) [WriteFile] problems (1997) Problem searching bw & ne of a word (1999) WCS Newbie question (1997) Email Mac (2002) multi-paragraph fields (1997) Associative lookup style? + bit more (1997) PCS Frames (1997) Form and Context Searching -Hideif/Showif (2000) won't serve .tpl (2000) WebCatalog and WebTen (1997) WC2b15 File Corruption (1997) New public beta available (1997) [WebDNA] Store down? (2014) Transfer of data from Invoice to thank you templates (1998)