Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move scripts handing code from py.c to Python wrap | Vasilii Chernov | 2016-03-02 | 1 | -2/+0 |
| | |||||
* | 1. api-serer: | Vasilii Chernov | 2016-03-01 | 1 | -1/+1 |
| | | | | | | | - change multiprosessing work mechanism - add new pywrap functions handling 2. html-server: - now works through api-server | ||||
* | 1. multithreading: | Vasilii Chernov | 2016-03-01 | 1 | -0/+4 |
- 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. |