RE: Can a database get stomped by simultaneous access?
This WebDNA talk-list message is from 1997
It keeps the original formatting.
numero = 13039
interpreted = N
texte = Curt -Yes, WebCatalog should always perform the database operations for that template completely before doing them again for another request, even if they come in at the same time; it's smart enough to prevent your databases from getting munged up for simultaneous requests.Are you seeing two entries for the same cart number despite the [HideIf] context?thanks,Marc EagleStarNine Technologieshttp://www.smithmicro.com/>We use a database to maintain an incremental counter we use as an invoice>order number with our webcat online orders, but we have had problems in>which every so often (we suspect it could be when we need to restart) we >get duplicate numbers for the counter in that database. The>ourDBs/Invoice_Counter_No.db contains just two fields [CART] and>[InvoiceNo] it started with a 0 value for a cart (which gets replaced by >the cart generated by webcat) and the desired invoice number we wish to>start from when we brought our online system up.>>Below is a sample code snippet of what we do:>>[CLOSEDATABASE ourDBs/Invoice_Counter_No.db]>[HideIf [lookup>db=OurDBs/Invoice_Counter_No.db&Value=[CART]&lookInField=CART&returnField=C>ART¬Found=0]=[CART]]>[Replace db=OurDBs/Inv_Receipt_No.db&eqCARTdata=0]CART=[CART][/Replace]>[Append db=OurDBs/Invoice_Counter_No.db]CART=0&InvoiceNo=[math][lookup>db=OurDBs/Invoice_Counter_No.db&Value=[CART]&lookInField=CART&returnFiel>d=InvoiceNo]+1[/math][/append][/Hideif]>>>The question is if we add a [closedatabase ourDBs/Invoice_Counter_No.db] >form after this operation could two customers simultaneously trying to>place an order stomp this database? Is webcat smart enough to keep a>database open if an operation is occurring on it even though another>customer may have hit the closedatabase form from another order?>>Curt
Associated Messages, from the most recent to the oldest:
Curt -Yes, WebCatalog should always perform the database operations for that template completely before doing them again for another request, even if they come in at the same time; it's smart enough to prevent your databases from getting munged up for simultaneous requests.Are you seeing two entries for the same cart number despite the
[hideif] context?thanks,Marc EagleStarNine Technologieshttp://www.smithmicro.com/>We use a database to maintain an incremental counter we use as an invoice>order number with our webcat online orders, but we have had problems in>which every so often (we suspect it could be when we need to restart) we >get duplicate numbers for the counter in that database. The>ourDBs/Invoice_Counter_No.db contains just two fields
[cart] and>[InvoiceNo] it started with a 0 value for a cart (which gets replaced by >the cart generated by webcat) and the desired invoice number we wish to>start from when we brought our online system up.>>Below is a sample code snippet of what we do:>>[CLOSEDATABASE ourDBs/Invoice_Counter_No.db]>[HideIf [lookup>db=OurDBs/Invoice_Counter_No.db&Value=
[cart]&lookInField=CART&returnField=C>ART¬Found=0]=
[cart]]>[Replace db=OurDBs/Inv_Receipt_No.db&eqCARTdata=0]CART=
[cart][/Replace]>[Append db=OurDBs/Invoice_Counter_No.db]CART=0&InvoiceNo=
[math][lookup>db=OurDBs/Invoice_Counter_No.db&Value=
[cart]&lookInField=CART&returnFiel>d=InvoiceNo]+1[/math][/append][/Hideif]>>>The question is if we add a [closedatabase ourDBs/Invoice_Counter_No.db] >form after this operation could two customers simultaneously trying to>place an order stomp this database? Is webcat smart enough to keep a>database open if an operation is occurring on it even though another>customer may have hit the closedatabase form from another order?>>Curt
Marc Eagle
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:
FW: WebCat Contest (1998)
Search design (1997)
[WebDNA] First-timer feedback (2014)
Not really WebCat- (1997)
HELP WITH DATES (1997)
Cart questions (1997)
Shopping cart not being assigned (1999)
need help with [sendmail] and [showif]s (1998)
Resume Catalog ? (1997)
Ok here is a question? (1997)
French characters in variables (2001)
Help! WebCat2 bug (1997)
Re[2]: Enhancement Request for WebCatalog-NT (1996)
Updating fields from different platforms (1998)
MS SQL (thats S not Y) (2004)
Cookie Crumble (1998)
Credit Card Number checking (1997)
[protect] (1998)
[blank] (2005)
[WebDNA] Happy Friday (2016)