Re: [WebDNA] Setting up a new server, hierarchy question

This WebDNA talk-list message is from

2014


It keeps the original formatting.
numero = 111290
interpreted = N
texte = Hi frederite, Yes,=20 WebDNA Server is geared more towards multiple hosts on one server that = don=92t require process isolation. WebDNA FastCGI is geared more towards process isolation and vhost = independent installs.=20 Though the future intention is to make code compatible between the two = products, currently WebDNA Server is your best bet for your = requirements.=20 As to Globals, it is located in the cgi-bin directory of the server, = within WebCatalogEngine/ directory.=20 For more reading, you can find some good whitepapers that are still = relevant.=20 http://dev.webdna.us/whitepapers.html Lastly, let us know what server (OS and version) you are installing onto = so that I can recommend the right products. Sincerely, Donovan support@webdna.us On Apr 8, 2014, at 2:06 PM, frederite wrote: > Thanks all. So it looks like the best option is switch to v6.2 or 6.3 = since they have a Globals folder where database files for multiple sites = can be stored and shared without overwriting each other's changes. >=20 > Anyone know if we can move Globals somewhere other than its default = location? What is its default location? >=20 >=20 > On Tue, Apr 8, 2014 at 11:40 AM, Terry Wilson = wrote: > This won't work. I tried something similar early on and found that = with symlinks, each site opened their own instance of the DB in RAM = (since the path is different), resulting in the websites constantly = overwriting the same database and wiping out whatever mods the other = sites were doing. I suppose if you close the DB after each time you read = it you might avoid this to some degree, but there is still time for two = sites to interfere with each other.=20 >=20 > Terry >=20 > On Apr 8, 2014, at 7:37 AM, Dan Strong wrote: >=20 >> V7 has no globals as far as I recall (somebody please correct me if = I'm wrong). I imagine you could probably "roll your own" Globals outside = of the vhosts and symlink to them. If you decide to not use v7 then 6.2 = is the last non-beta version: >>=20 >>=20 >> -Dan Strong >> http://DanStrong.com >>=20 >>=20 >> On Tue, Apr 8, 2014 at 7:31 AM, frederite = wrote: >> The client has v7. Is it practical with v7, or impossible, or more = trouble that it's worth? >>=20 >> I can ask the client to switch to a different version if necessary, = but which one? =20 >>=20 >> Where is Globals? Can its location be specified in settings or is it = fixed? >>=20 >>=20 >> On Tue, Apr 8, 2014 at 9:21 AM, Dan Strong wrote: >> If using version other than 7, Globals is what I would do >>=20 >> -Dan Strong >> http://DanStrong.com >>=20 >>=20 >> On Tue, Apr 8, 2014 at 7:20 AM, frederite = wrote: >> I am setting up a new server. Several vhosts need to read and write = to the same databases. Where should I put them? Can you suggest the = best folder hierarchy for this goal? >> --------------------------------------------------------- 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 >>=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 >>=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 >>=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 >=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 >=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 Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Setting up a new server, hierarchy question (frederite 2014)
  2. Re: [WebDNA] Setting up a new server, hierarchy question (Donovan Brooke 2014)
  3. Re: [WebDNA] Setting up a new server, hierarchy question (frederite 2014)
  4. Re: [WebDNA] Setting up a new server, hierarchy question (Terry Wilson 2014)
  5. Re: [WebDNA] Setting up a new server, hierarchy question (Brian Fries 2014)
  6. Re: [WebDNA] Setting up a new server, hierarchy question (Dan Strong 2014)
  7. Re: [WebDNA] Setting up a new server, hierarchy question (frederite 2014)
  8. Re: [WebDNA] Setting up a new server, hierarchy question (Dan Strong 2014)
  9. [WebDNA] Setting up a new server, hierarchy question (frederite 2014)
Hi frederite, Yes,=20 WebDNA Server is geared more towards multiple hosts on one server that = don=92t require process isolation. WebDNA FastCGI is geared more towards process isolation and vhost = independent installs.=20 Though the future intention is to make code compatible between the two = products, currently WebDNA Server is your best bet for your = requirements.=20 As to Globals, it is located in the cgi-bin directory of the server, = within WebCatalogEngine/ directory.=20 For more reading, you can find some good whitepapers that are still = relevant.=20 http://dev.webdna.us/whitepapers.html Lastly, let us know what server (OS and version) you are installing onto = so that I can recommend the right products. Sincerely, Donovan support@webdna.us On Apr 8, 2014, at 2:06 PM, frederite wrote: > Thanks all. So it looks like the best option is switch to v6.2 or 6.3 = since they have a Globals folder where database files for multiple sites = can be stored and shared without overwriting each other's changes. >=20 > Anyone know if we can move Globals somewhere other than its default = location? What is its default location? >=20 >=20 > On Tue, Apr 8, 2014 at 11:40 AM, Terry Wilson = wrote: > This won't work. I tried something similar early on and found that = with symlinks, each site opened their own instance of the DB in RAM = (since the path is different), resulting in the websites constantly = overwriting the same database and wiping out whatever mods the other = sites were doing. I suppose if you close the DB after each time you read = it you might avoid this to some degree, but there is still time for two = sites to interfere with each other.=20 >=20 > Terry >=20 > On Apr 8, 2014, at 7:37 AM, Dan Strong wrote: >=20 >> V7 has no globals as far as I recall (somebody please correct me if = I'm wrong). I imagine you could probably "roll your own" Globals outside = of the vhosts and symlink to them. If you decide to not use v7 then 6.2 = is the last non-beta version: >>=20 >>=20 >> -Dan Strong >> http://DanStrong.com >>=20 >>=20 >> On Tue, Apr 8, 2014 at 7:31 AM, frederite = wrote: >> The client has v7. Is it practical with v7, or impossible, or more = trouble that it's worth? >>=20 >> I can ask the client to switch to a different version if necessary, = but which one? =20 >>=20 >> Where is Globals? Can its location be specified in settings or is it = fixed? >>=20 >>=20 >> On Tue, Apr 8, 2014 at 9:21 AM, Dan Strong wrote: >> If using version other than 7, Globals is what I would do >>=20 >> -Dan Strong >> http://DanStrong.com >>=20 >>=20 >> On Tue, Apr 8, 2014 at 7:20 AM, frederite = wrote: >> I am setting up a new server. Several vhosts need to read and write = to the same databases. Where should I put them? Can you suggest the = best folder hierarchy for this goal? >> --------------------------------------------------------- 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 >>=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 >>=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 >>=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 >=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 >=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 Donovan Brooke

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:

Hierarchy of form/text/math variables (renamed thread) (2000) Multiple prices (1997) restart needed???? (1997) [SHOWIF AND/OR] (1997) Preventing Merchant Settling ? (1997) WebDNA CAPTCHA (2008) credit card (1997) Batch upload (2005) Plugin or CGI or both (1997) emailer (1997) problem 'building' field names (2000) A multi-processor savvy WebCatalog? (1997) Price override (2004) WebCatalog f2 Installation (1997) Anyone get webdna to run on apache 2.x on osx? (2006) Separate SSL Server (1997) WebDNA monitor not working (2002) WebCat2 - [SendNews] (1997) For those of you not on the WebCatalog Beta... (1997) question: back button prevention (1997)