Services/Sync/Server/Archived/0.3/Setup: Difference between revisions

Line 72: Line 72:
</pre>
</pre>


If both the storage engine and authentication engine are using the same dbh (i.e. are both in the same mysql db), makes them both share the same dbh. Note that SQLite cannot use the same db for authentication and storage.
If both the storage engine and authentication engine are using the same database, setting this makes both engines use the same database handler rather than opening different ones. Note that SQLite cannot use the same db for authentication and storage.


== Testing the Weave Server ==
== Testing the Weave Server ==


The load_data.pl script will run a series of tests against your server, creating, modifying, selecting from and deleting a collection. Make sure to change the three parameters at the top before running it. Also, the script requires the libwww-perl module.
The load_data.pl script will run a series of tests against your server, creating, modifying, selecting from and deleting a collection. Make sure to change the three parameters at the top before running it. Also, the script requires the libwww-perl module.
canmove, Confirmed users
1,173

edits