summaryrefslogtreecommitdiffstats
path: root/pywrap/api_server.py
Commit message (Collapse)AuthorAgeFilesLines
* 1. api-serer:Vasilii Chernov2016-03-011-58/+88
| | | | | | | - change multiprosessing work mechanism - add new pywrap functions handling 2. html-server: - now works through api-server
* 1. multithreading:Vasilii Chernov2016-03-011-0/+516
- Enable multiprocessing for api_server - Enable mutrithreading for html_server 2. py: - extract pcilib->py bases from pcilib->py functions - add api for interact directly with pcilib->py without pcilib context. 3. pcipywrap - Add scripts handling.