The document summarizes research on parallelizing genetic algorithms to improve scalability when solving concept location problems. Four distributed architectures were developed and tested: 1) a simple client-server model with no data sharing, 2) a database configuration, 3) a hash-database configuration, and 4) a hash configuration where each server caches its own data locally. Experimental results showed the hash configuration performed best, reducing computation time by over 140 times compared to a single machine by efficiently storing and accessing already-computed data locally on each server. Future work aims to test different communication protocols and problems to validate the findings.