Re: [WebDNA] An unknown error occured // Deadlock avoided

This WebDNA talk-list message is from

2011


It keeps the original formatting.
numero = 106918
interpreted = N
texte = Ken I was just think something very similar :-) Tommy, also maybe zero in on what info he actually wants to see -- i.e. does he really need to know a visitor's IP address in semi real time? Does he really need to know what formvariables are being used on a page in semi real time? Likely he just wants to know how busy the site is and if that's the case then perhaps only document a simple count or get creative and every time someone hits the site, have the server play a sound file of a cash register from a speaker in his office, so when the site is busy it sounds like the money is rolling in :-) You get the drift... Lastly, if all else fails, hit him between the eyes with the thing everybody understands: money. They way he's doing it now is costing him in lost staff time and ultimately money. They way you are proposing to do it will save you time and him money, etc. etc. etc. -Dan On 7/11/2011 7:41 AM, Kenneth Grome wrote: >> Ken, He is quite pigheaded, I've spoken to him >> repeatedly, about why he is interested in this >> information, he has no clear answer, but he >> signs my paycheck. > Instead of appending the data to a db that's open all the > time, append it to the end of a text file instead. This is > basically a log file, so you'll have to roll it daily or > hourly which is easy in WebDNA. > > Then when your pigheaded boss wants to see this data, you > can give him access to a special template that he must login > in order to use. When he logs in, your code will create a > table by including the most recent copy of the text file. > > This gives your boss exactly what he wants to see, and the > code that appends each visitor's click to the log file will > not affect any databases, so it eliminates the deadlock > issue. > > Sincerely, > Kenneth Grome > --------------------------------------------------------- > 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] An unknown error occured // Deadlock avoided (Stuart Tremain 2011)
  2. Re: [WebDNA] An unknown error occured // Deadlock avoided (Kenneth Grome 2011)
  3. Re: [WebDNA] An unknown error occured // Deadlock avoided (Ronald Kirkland 2011)
  4. Re: [WebDNA] An unknown error occured // Deadlock avoided (Kenneth Grome 2011)
  5. Re: [WebDNA] An unknown error occured // Deadlock avoided (Dan Strong 2011)
  6. Re: [WebDNA] An unknown error occured // Deadlock avoided (Ronald Kirkland 2011)
  7. Re: [WebDNA] An unknown error occured // Deadlock avoided (Govinda 2011)
  8. Re: [WebDNA] An unknown error occured // Deadlock avoided (Paul Willis 2011)
  9. Re: [WebDNA] An unknown error occured // Deadlock avoided (Dan Strong 2011)
  10. Re: [WebDNA] An unknown error occured // Deadlock avoided (Kenneth Grome 2011)
  11. Re: [WebDNA] An unknown error occured // Deadlock avoided (Dan Strong 2011)
  12. Re: [WebDNA] An unknown error occured // Deadlock avoided (christophe.billiottet@webdna.us 2011)
  13. Re: [WebDNA] An unknown error occured // Deadlock avoided ( 2011)
  14. Re: [WebDNA] An unknown error occured // Deadlock avoided (Kenneth Grome 2011)
  15. Re: [WebDNA] An unknown error occured // Deadlock avoided (Dan Strong 2011)
  16. Re: [WebDNA] An unknown error occured // Deadlock avoided ( 2011)
  17. Re: [WebDNA] An unknown error occured // Deadlock avoided ( 2011)
  18. Re: [WebDNA] An unknown error occured // Deadlock avoided (Govinda 2011)
  19. Re: [WebDNA] An unknown error occured // Deadlock avoided (Kenneth Grome 2011)
  20. Re: [WebDNA] An unknown error occured // Deadlock avoided (Dan Strong 2011)
  21. Re: [WebDNA] An unknown error occured // Deadlock avoided ( 2011)
  22. Re: [WebDNA] An unknown error occured // Deadlock avoided (Dan Strong 2011)
  23. Re: [WebDNA] An unknown error occured // Deadlock avoided (Kenneth Grome 2011)
  24. Re: [WebDNA] An unknown error occured // Deadlock avoided ( 2011)
  25. Re: [WebDNA] An unknown error occured // Deadlock avoided (Ronald Kirkland 2011)
  26. Re: [WebDNA] An unknown error occured // Deadlock avoided (Tommy Bell 2011)
  27. Re: [WebDNA] An unknown error occured // Deadlock avoided (Tommy Bell 2011)
  28. Re: [WebDNA] An unknown error occured // Deadlock avoided (Kenneth Grome 2011)
  29. Re: [WebDNA] An unknown error occured // Deadlock avoided (Stuart Tremain 2011)
  30. Re: [WebDNA] An unknown error occured // Deadlock avoided (christophe.billiottet@webdna.us 2011)
  31. Re: [WebDNA] An unknown error occured // Deadlock avoided (Ronald Kirkland 2011)
  32. Re: [WebDNA] An unknown error occured // Deadlock avoided (Stuart Tremain 2011)
  33. RE: [WebDNA] An unknown error occured // Deadlock avoided ("Terry Nair" 2011)
  34. Re: [WebDNA] An unknown error occured // Deadlock avoided (Ronald Kirkland 2011)
  35. Re: [WebDNA] An unknown error occured // Deadlock avoided (Kenneth Grome 2011)
  36. Re: [WebDNA] An unknown error occured // Deadlock avoided (christophe.billiottet@webdna.us 2011)
  37. Re: [WebDNA] An unknown error occured // Deadlock avoided (Ronald Kirkland 2011)
  38. Re: [WebDNA] An unknown error occured // Deadlock avoided (Ronald Kirkland 2011)
  39. Re: [WebDNA] An unknown error occured // Deadlock avoided (Kenneth Grome 2011)
  40. Re: [WebDNA] An unknown error occured // Deadlock avoided (Tommy Bell 2011)
  41. Re: [WebDNA] An unknown error occured // Deadlock avoided (Kenneth Grome 2011)
  42. Re: [WebDNA] An unknown error occured // Deadlock avoided (christophe.billiottet@webdna.us 2011)
  43. Re: [WebDNA] An unknown error occured // Deadlock avoided (Tommy Bell 2011)
  44. Re: [WebDNA] An unknown error occured // Deadlock avoided (christophe.billiottet@webdna.us 2011)
  45. Re: [WebDNA] An unknown error occured // Deadlock avoided (Tommy Bell 2011)
  46. Re: [WebDNA] An unknown error occured // Deadlock avoided (Govinda 2011)
  47. Re: [WebDNA] An unknown error occured // Deadlock avoided (christophe.billiottet@webdna.us 2011)
  48. [WebDNA] An unknown error occured // Deadlock avoided (Tommy Bell 2011)
Ken I was just think something very similar :-) Tommy, also maybe zero in on what info he actually wants to see -- i.e. does he really need to know a visitor's IP address in semi real time? Does he really need to know what formvariables are being used on a page in semi real time? Likely he just wants to know how busy the site is and if that's the case then perhaps only document a simple count or get creative and every time someone hits the site, have the server play a sound file of a cash register from a speaker in his office, so when the site is busy it sounds like the money is rolling in :-) You get the drift... Lastly, if all else fails, hit him between the eyes with the thing everybody understands: money. They way he's doing it now is costing him in lost staff time and ultimately money. They way you are proposing to do it will save you time and him money, etc. etc. etc. -Dan On 7/11/2011 7:41 AM, Kenneth Grome wrote: >> Ken, He is quite pigheaded, I've spoken to him >> repeatedly, about why he is interested in this >> information, he has no clear answer, but he >> signs my paycheck. > Instead of appending the data to a db that's open all the > time, append it to the end of a text file instead. This is > basically a log file, so you'll have to roll it daily or > hourly which is easy in WebDNA. > > Then when your pigheaded boss wants to see this data, you > can give him access to a special template that he must login > in order to use. When he logs in, your code will create a > table by including the most recent copy of the text file. > > This gives your boss exactly what he wants to see, and the > code that appends each visitor's click to the log file will > not affect any databases, so it eliminates the deadlock > issue. > > Sincerely, > Kenneth Grome > --------------------------------------------------------- > 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 Dan Strong

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:

Stinkin' [Referrer] (1998) Separate SSL Server (1997) Using Applescript to process WebCatalog functions (1998) Format question WC Mac f3 (1997) WebCatalog 4.0.2rc1 and rc2 crash WebSTAR on quit (2001) [WebDNA] WebDNA 7.0 release for the talk-list users (2011) Country & Ship-to address & other fields ? (1997) Trouble with formula.db (1997) No more misunderstanding ... yay! :) (1997) UPS charges (2000) restart needed???? (1997) WebStar Secure on other machine (1997) authenticating a second user (1997) getting images' width/height (1998) old problem (2001) Username for Admin Group (1997) RE: protect tag on NT (1997) [no_cache]?! (2000) WebCatalog Plug-in for Webstar. (1997) Gil's in the lead (1999)