Re: 4.0x on production server

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 36242
interpreted = N
texte = >John Butler wrote: > >> We were planning to very soon install 4 on our production server, and I >> was a bit concerned by Dale LaFountain's report. >> Though we're using Linux and perhaps the issues Dale mentioned are only >> relevant to Mac (and/or specifically Web*?) > >sounds like it. From my conversations with Grant, I believe most of the slowdown problems we're having are indeed MacOS or Webstar-specific.> > >> >> So I ask- >> >> Jym Duane, >> >> Do you get as much traffic as Dale mentioned he was having trouble >> handling with 4.0x? > >no not at all, not yet, but when tthe auction site i built goes live >i expect that much >soon.This is the key difference, I believe. None of these problems happen unless the server is under a significant load (5-20 connections simultaneously). I have tried simulating this load on a separate server with Netsplat, but have been mostly unsuccessful in duplicating any of my specific problems other than the slow serving issue.> > >> Do you have any global db's that potentially need to be read/written to >> during every single server visitor's session ? > >not global but several site specific ones.We only have one db like this (the banners.db) and strangely enough it's the one that we saw the most 'db not found' errors for...> > >> >> We're preparing for both. >> >> We can stick with 3.08, but a few yet-to-be-coded features are waiting >> to see which version we will use in the next couple/few months. > >i needed to upgrade for the image uploading. otherwise i have all >3.0 coded sites.We originally coded a site using webcat 4 tags, but ended up retrocoding to 3.x so we could change back to 3.0.8. We don't have any specific needs for using 4.x right now other than the obvious increase in coding productivity from using the new tags.> >> Also I >> don't want to run into the potential deadlocks that 3 users are >> currently stuck with. > >have not seen that yet.Actually we went from having 5-15 deadlocks/day (with thread.debug files) to having 0 thread debug files with 4.0.2.If what Grant says is true about our creating a true deadlock with our code in 4.x, shouldn't this be spitting out a thread.debug file as well as displaying the db not found error message?> >Ps i have one more strange behavior, it either has to do with timing >or perhaps i do >not understand the sequence of events that the engine performs. >i am searhing a database of subcatagories. i need to find the category and the >subcategorie and then get a number and add or subtract from it and replace. >it could be one of these database issues that they are talking about. > >the code always works stand alone but in the long sequence of events >in posting or >closing an auction, sometimes the small integer is replaces with a >string of 1's and >0's or 9. i can redesign the database to use a reference number so >that i only search >one field.Not sure about this one, but we have seen similar strange things happen in production. In our case, it looks like the db wasn't found for one or more of the searches in the template, which caused weird things to happen further down the page when trying to execute showif comparisons or math functions (is [showif [unevaluated_tag]>0] true?)...What platform are you using Jym?> > >> >> Grant, care to offer any input here? >> >> -JohnI'll second the motion. Grant?>Jym Duane -President - CyberLive, Inc. -Dale -- Dale LaFountain Vice President of Information Technology, WebMaster Dark Horse Comics, Inc. mailto:dalel@darkhorse.com Phone: 503-652-8815 x324 http://www.darkhorse.com/############################################################# This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to To switch to the INDEX mode, E-mail to Send administrative queries to Associated Messages, from the most recent to the oldest:

    
  1. Re: 4.0x on production server (Jym Duane 2000)
  2. Re: 4.0x on production server (Jym Duane 2000)
  3. Re: 4.0x on production server (Peter Ostry 2000)
  4. Re: 4.0x on production server (Bob Minor 2000)
  5. Re: 4.0x on production server (Peter Ostry 2000)
  6. Re: 4.0x on production server (Dale LaFountain 2000)
  7. Re: 4.0x on production server (Jym Duane 2000)
  8. 4.0x on production server (John Butler 2000)
>John Butler wrote: > >> We were planning to very soon install 4 on our production server, and I >> was a bit concerned by Dale LaFountain's report. >> Though we're using Linux and perhaps the issues Dale mentioned are only >> relevant to Mac (and/or specifically Web*?) > >sounds like it. From my conversations with Grant, I believe most of the slowdown problems we're having are indeed MacOS or Webstar-specific.> > >> >> So I ask- >> >> Jym Duane, >> >> Do you get as much traffic as Dale mentioned he was having trouble >> handling with 4.0x? > >no not at all, not yet, but when tthe auction site i built goes live >i expect that much >soon.This is the key difference, I believe. None of these problems happen unless the server is under a significant load (5-20 connections simultaneously). I have tried simulating this load on a separate server with Netsplat, but have been mostly unsuccessful in duplicating any of my specific problems other than the slow serving issue.> > >> Do you have any global db's that potentially need to be read/written to >> during every single server visitor's session ? > >not global but several site specific ones.We only have one db like this (the banners.db) and strangely enough it's the one that we saw the most 'db not found' errors for...> > >> >> We're preparing for both. >> >> We can stick with 3.08, but a few yet-to-be-coded features are waiting >> to see which version we will use in the next couple/few months. > >i needed to upgrade for the image uploading. otherwise i have all >3.0 coded sites.We originally coded a site using webcat 4 tags, but ended up retrocoding to 3.x so we could change back to 3.0.8. We don't have any specific needs for using 4.x right now other than the obvious increase in coding productivity from using the new tags.> >> Also I >> don't want to run into the potential deadlocks that 3 users are >> currently stuck with. > >have not seen that yet.Actually we went from having 5-15 deadlocks/day (with thread.debug files) to having 0 thread debug files with 4.0.2.If what Grant says is true about our creating a true deadlock with our code in 4.x, shouldn't this be spitting out a thread.debug file as well as displaying the db not found error message?> >Ps i have one more strange behavior, it either has to do with timing >or perhaps i do >not understand the sequence of events that the engine performs. >i am searhing a database of subcatagories. i need to find the category and the >subcategorie and then get a number and add or subtract from it and replace. >it could be one of these database issues that they are talking about. > >the code always works stand alone but in the long sequence of events >in posting or >closing an auction, sometimes the small integer is replaces with a >string of 1's and >0's or 9. i can redesign the database to use a reference number so >that i only search >one field.Not sure about this one, but we have seen similar strange things happen in production. In our case, it looks like the db wasn't found for one or more of the searches in the template, which caused weird things to happen further down the page when trying to execute showif comparisons or math functions (is [showif [unevaluated_tag]>0] true?)...What platform are you using Jym?> > >> >> Grant, care to offer any input here? >> >> -JohnI'll second the motion. Grant?>Jym Duane -President - CyberLive, Inc. -Dale -- Dale LaFountain Vice President of Information Technology, WebMaster Dark Horse Comics, Inc. mailto:dalel@darkhorse.com Phone: 503-652-8815 x324 http://www.darkhorse.com/############################################################# This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to To switch to the INDEX mode, E-mail to Send administrative queries to Dale LaFountain

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:

Reminder for beta testers (2000) Quit revisited (1997) Navigator 4.0 & tables (1997) Micro-managing External Links (2006) Can you do this??? and other stuff (1997) How do you TEAM Code? (2004) [WebDNA] PayPal Integration (2017) I think WebDNA-Talk died ... :( (1997) WebSTAR 2.1 freezes my Mac (1997) RE: Purchased cart being overwritten (1997) UPPERCASE (1997) PSC recommends what date format yr 2000??? (1997) Tracking System? (1997) WebCat Documentation (was [platform] tag?) (1998) [WebDNA] special chars (2009) Help! WebCat2 bug (1997) new PurgeDatabase command? (was NT vs Mac) (1997) More questions about serial number dishing (1997) IIS Brain Dead (1998) Blank orders after update to 5.1 (2003)