Re: [WebDNA] Processor Maxing out

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 105007
interpreted = N
texte = Tony Miller wrote: > Donovan, > > With all the triggers disabled, the server went right to 100% upon issuing the webcatalogctl start command > > There are 3 sitebuiler sites live and one in development on this machine. Two of the live sites are doing webmerchant ecommerce with authorize.net Credit Card authentication. > > None of the sites is getting huge traffic. > > What is strange is with all of the sites disabled, the processor still pegs after the start command. When I tried to load the sites, I got the 'site not found' error in the browser so they were completely off line. > > Tony Miller > tmiller@thehawkeye.com Well, that's a starting place. I'm not sure what you mean exactly by "disabling" the sites, you usually get a "Page not found" right? Where is the "site not found" error coming from.. webdna? Anyway, regardless.. the idea was find out if the problem was code or not and, if there was no chance that a bot, browser, trigger, curl etc.. are hitting any WebDNA code once the engine is restarted, and WebDNA still pegs to 100%, then the problem is not code because no code is getting hit. The problem no is something core to the engine function. Maybe permissions mixed with WebDNA trying to access something. WebDNA needs write access to anything that it will write to.. so make sure the email folders (for example) have write permissions.. ie: 755 for directories, 644 for files. Then make sure the group for everyone (directories and files in both the WebCatalogEngine and WebCatalog folder) are www. You can tighten up your permissions later after you get this fixed if you like. So, all SiteBuilder sites for example will need to follow the above setup. sudo chown -R www:www * will allow you to make some speed of permission changes. Lastly, out of curiousity, what result do you get when you do a: httpd -v in your terminal? Donovan -- Donovan Brooke Euca Design Center [Practical-Ethical-Efficient] www.euca.us egg.bz artglass-forum.com Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  2. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  3. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  4. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  5. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  6. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  7. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  8. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  9. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  10. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  11. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  12. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  13. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  14. Re: [WebDNA] Processor Maxing out (Tennis De Jong 2010)
  15. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  16. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  17. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  18. Re: [WebDNA] Processor Maxing out (Tennis De Jong 2010)
  19. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  20. Re: [WebDNA] Processor Maxing out (Paul Willis 2010)
  21. Re: [WebDNA] Processor Maxing out (Paul Willis 2010)
  22. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  23. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  24. Re: [WebDNA] Processor Maxing out (Paul Willis 2010)
  25. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  26. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  27. Re: [WebDNA] Processor Maxing out (Paul Willis 2010)
  28. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  29. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  30. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  31. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  32. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  33. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  34. Re: [WebDNA] Processor Maxing out (Dan Strong 2010)
  35. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  36. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  37. Re: [WebDNA] Processor Maxing out (Tony Miller 2010)
  38. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  39. Re: [WebDNA] Processor Maxing out (Donovan Brooke 2010)
  40. [WebDNA] Processor Maxing out (Tony Miller 2010)
Tony Miller wrote: > Donovan, > > With all the triggers disabled, the server went right to 100% upon issuing the webcatalogctl start command > > There are 3 sitebuiler sites live and one in development on this machine. Two of the live sites are doing webmerchant ecommerce with authorize.net Credit Card authentication. > > None of the sites is getting huge traffic. > > What is strange is with all of the sites disabled, the processor still pegs after the start command. When I tried to load the sites, I got the 'site not found' error in the browser so they were completely off line. > > Tony Miller > tmiller@thehawkeye.com Well, that's a starting place. I'm not sure what you mean exactly by "disabling" the sites, you usually get a "Page not found" right? Where is the "site not found" error coming from.. webdna? Anyway, regardless.. the idea was find out if the problem was code or not and, if there was no chance that a bot, browser, trigger, curl etc.. are hitting any WebDNA code once the engine is restarted, and WebDNA still pegs to 100%, then the problem is not code because no code is getting hit. The problem no is something core to the engine function. Maybe permissions mixed with WebDNA trying to access something. WebDNA needs write access to anything that it will write to.. so make sure the email folders (for example) have write permissions.. ie: 755 for directories, 644 for files. Then make sure the group for everyone (directories and files in both the WebCatalogEngine and WebCatalog folder) are www. You can tighten up your permissions later after you get this fixed if you like. So, all SiteBuilder sites for example will need to follow the above setup. sudo chown -R www:www * will allow you to make some speed of permission changes. Lastly, out of curiousity, what result do you get when you do a: httpd -v in your terminal? Donovan -- Donovan Brooke Euca Design Center [Practical-Ethical-Efficient] www.euca.us egg.bz artglass-forum.com 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:

WebCat & WebTen (1997) [showif],[refferer],[include] in errormessages.db (2002) searchable list archive (1997) re:check boxes (1997) WebCat2b13MacPlugIn - syntax to convert date (1997) 2nd WebCatalog2 Feature Request (1996) Pipes instead of tabs (1998) Problems adding stuff to the shopping cart. (1997) Generating unique SKU from [cart] - Still Stumped... (1997) Cancel Subscription (1996) This message couldn't reach the list! (1998) Problem with webcat install (1998) Mozilla/4. and Browser Info.txt (1997) [ot] Any One Want A WebDNA Billing Program? (2003) japanese characters (1997) [username][password] not showing up! HELP! (1999) [WebDNA] Acceleratin Search / Index Performance in a Formum Service (2013) 2.1b3 --> way slow (1997) NT [delete] (1998) [SHOWIF AND/OR] (1997)