ox-it / ords

Automatically exported from code.google.com/p/ords
0 stars 0 forks source link

Database servers (dbs) rework required #448

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A reworking of the way database servers are selected is required. The new way 
is thus:

ORDS selects which dbs a project will reside on by looking in the serverConfig 
file for servers that are not full. Each server will now have a new attribute 
specifying the number of projects allowed on it. Once that number is reached, 
ORDS adds the server to its own table and selects another server to host 
projects on.

Thus ords will use a dbs that is in the serverConfig file, not marked as full 
and that doesn't have an entry in the ords table.

Original issue reported on code.google.com by thest...@gmail.com on 17 Jul 2014 at 10:40

GoogleCodeExporter commented 9 years ago

Original comment by thest...@gmail.com on 17 Jul 2014 at 10:43

GoogleCodeExporter commented 9 years ago
In chatting to Kristian, it seems better to juts remove this entry from ORDS 
and only use the serverConfig file. However, that isn't an important change 
right now so changing this item to medium

Original comment by thest...@gmail.com on 24 Jul 2014 at 8:28