[RevServer tips] Spreading the load or why wise developers use asynchronous workflows

Mark Wieder mwieder at ahsoftware.net
Wed Aug 4 18:19:31 EDT 2010


Jeff-

Wednesday, August 4, 2010, 3:07:52 PM, you wrote:

> Something you can usually do as a quick test is to set your database up so
> that it only accepts connections from the localhost. Then run through all
> your tests. If any of them fail, that's a point where you are trying to
> access the database remotely and need to fix it.

If memory serves here, I believe both MySQL and postgresql are locked
down to localhost only by default. You have to go out of your way to
do things in a non-secure manner.

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list