G
Guest
Is there a relation between the web and a finite state machine (FSM)? My web application can do clever things to retain state such as storing session variables in server memory or giving it to the client via cookies. However, once the client loads his page or the server finishing pushing/pulling, everything is disconnected. Either the client or the server retains state (depending on above techniques) but not both in synch.
Does my SQL Server retain state? Once the client submits his update, the SQL Server state has changed and remains in this state until the next transction that modifies data. Is this closer to a FSM?
Are the above views accurate? Please comment.
Thanks,
Brett
Does my SQL Server retain state? Once the client submits his update, the SQL Server state has changed and remains in this state until the next transction that modifies data. Is this closer to a FSM?
Are the above views accurate? Please comment.
Thanks,
Brett