jon1caleb2 / jmm

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

Split sql lookup and anidb/web search threads #497

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
after using this a lot one thing i have found is if the server is waiting on 
anidb (right now i have 14,977 things waiting on anidb witch seam to wait 
7~30secs for every 3~5th file)
to fight my rehashing after install problem I just started using "The Uniform 
Server ZeroXI" web server on a usb 3.0 flash drive because i reformat my system 
monthly and need a way to keep MySQL stable and backed up without thinking 
about it.

now the problem i have is if server is doing a update from the web or what not 
the Jmm desktop is useless as it has to wait for the next loop to run on the 
server the server. it needs JMM server~desktop functions to be multi-threaded 

this is what I'm using for mysql http://www.uniformserver.com/
simple, portable, built in web server with phpMyAdmin for MySQL DB management 
and uses 50%++ less ram then a MySQL Services type install
(UNI avg about 100MB total ram for both web and mysql. mysql clean install with 
dev work station settings uses 180~400MB of ram)

think i will convert my Raspberry Pi B to a MySQL/ web server server and give 
it a few R/C Servos to make analog load gauges as a instructable might just 
build it in to a wall clock with a WiFi

Original issue reported on code.google.com by techmast...@gmail.com on 19 Oct 2013 at 3:34

Attachments: