Re: [WebDNA] Store module/site

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 109041
interpreted = N
texte = > if you just "read" the databases, you could have copies > of the same database on as many number of servers you > want. I'm talking about sites where writing to WebDNA dbs is a frequent occurrence, and where the dbs on all nodes should/must be synchronized at all times. > If you want to "write" the databases, then you would have > to direct the "write" requests to a single "master" copy. You don't necessarily need a master if data consistency across all nodes is not critical. But let's say it is. In this case you must maintain the master on a server that's outside your dynamic node pool ... This means that every db write within your node pool must be successfully replicated to the master that's outside the pool. This poses potential problems in and of itself, but there are more difficult problems that may exist too: The host likely will not, or cannot, give you individually addressable access to each node in your pool via the internet -- so how can you synch those nodes when you cannot address them from your master db server? Sincerely, Kenneth Grome WebDNA Solutions http://www.webdnasolutions.com WebDNA Programming and Linux Server Administration > > How can you use WebDNA native databases on sites that > > are duplicated to several nodes in order to handle the > > increase in traffic during periods of high demand? > > > > Sincerely, > > Kenneth Grome > > WebDNA Solutions > > http://www.webdnasolutions.com > > WebDNA Programming and Linux Server Administration > > > >> 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. > >> > >> 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. > >> > >> 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. > >> > >> 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. > >> > >> 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. > >> > >> Matt > >> > >> 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. > >>>> > >>>> 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. > >>>> > >>>> Although my system does not use the old WebCatalog > >>>> tags at all, I have not tested it in WebDNA 7 yet. > >>>> > >>>> 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" > >>>> > >>>> Matt > >>> > >>> Cool stuff Matt. > >>> > >>> Are you moving to a godaddy VPS? > >>> > >>> Donovan > >>> > >>> > >>> > >>> > >>> > >>> Psi Prime, Inc. > >>> 323 Union Blvd. > >>> Totowa, NJ 07512 > >>> > >>> Service: 973.413.8211 > >>> Training: 973.413.8214 > >>> Fax: 973.413.8217 > >>> > >>> http://www.perosi.com > >> > >> ------------------------------------------------------ > >> --- 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 > > --------------------------------------------------------- > 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)
> if you just "read" the databases, you could have copies > of the same database on as many number of servers you > want. I'm talking about sites where writing to WebDNA dbs is a frequent occurrence, and where the dbs on all nodes should/must be synchronized at all times. > If you want to "write" the databases, then you would have > to direct the "write" requests to a single "master" copy. You don't necessarily need a master if data consistency across all nodes is not critical. But let's say it is. In this case you must maintain the master on a server that's outside your dynamic node pool ... This means that every db write within your node pool must be successfully replicated to the master that's outside the pool. This poses potential problems in and of itself, but there are more difficult problems that may exist too: The host likely will not, or cannot, give you individually addressable access to each node in your pool via the internet -- so how can you synch those nodes when you cannot address them from your master db server? Sincerely, Kenneth Grome WebDNA Solutions http://www.webdnasolutions.com WebDNA Programming and Linux Server Administration > > How can you use WebDNA native databases on sites that > > are duplicated to several nodes in order to handle the > > increase in traffic during periods of high demand? > > > > Sincerely, > > Kenneth Grome > > WebDNA Solutions > > http://www.webdnasolutions.com > > WebDNA Programming and Linux Server Administration > > > >> 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. > >> > >> 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. > >> > >> 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. > >> > >> 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. > >> > >> 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. > >> > >> Matt > >> > >> 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. > >>>> > >>>> 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. > >>>> > >>>> Although my system does not use the old WebCatalog > >>>> tags at all, I have not tested it in WebDNA 7 yet. > >>>> > >>>> 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" > >>>> > >>>> Matt > >>> > >>> Cool stuff Matt. > >>> > >>> Are you moving to a godaddy VPS? > >>> > >>> Donovan > >>> > >>> > >>> > >>> > >>> > >>> Psi Prime, Inc. > >>> 323 Union Blvd. > >>> Totowa, NJ 07512 > >>> > >>> Service: 973.413.8211 > >>> Training: 973.413.8214 > >>> Fax: 973.413.8217 > >>> > >>> http://www.perosi.com > >> > >> ------------------------------------------------------ > >> --- 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 > > --------------------------------------------------------- > 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 WebDNA Solutions

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:

Replto in [SendMail] (2000) test (2008) Re:Emailer and encryption (1997) WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997) Make sure I understand this??? (1997) MacAuthorize order data fields WAS:How To question... (1997) [WebDNA] Store down? (2014) Mozilla/4. and Browser Info.txt (1997) WebCatalog not running after upgrade (2000) [ShowIf] and empty fields (1997) eBay API thru webDNA (2004) Custom Shipping Charges (1997) international time (1997) multi-paragraph fields (1997) search eqIDdatarq (2004) [WebDNA] Clean URLS job - will pay (2010) Newbie search question (between two dates) (2001) WebCat2 several catalogs? (1997) encryption madness (2003) Not really WebCat (1997)