Welcome Guest, Not a member yet? Register   Sign In
Concurrency in CI?
#1

I am working on a Grocery Crud application which maintains a few tables in MySQL. I need to write another small separate CI app which will access that same database being maintained with Grocery crud, and also respond to an ajax get by a completely different JavaScript extension running within Chrome. Bottom line, there is no connection between my chrome extension and my mySQL data other that this ajax interaction.

I am mostly concerned with two separate process's accessing the same table at the same time. In the past we would serialize access to a single resource with a system semaphore. Is there something analogous in ci or is it taken care of under the covers?
proof that an old dog can learn new tricks
Reply


Messages In This Thread
Concurrency in CI? - by richb201 - 10-15-2017, 10:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB