Commit graph

18 commits

Author SHA1 Message Date
Paul Müller
f36aa64c90 slightly more complex example 2015-11-20 00:13:19 +01:00
Paul Müller
98275679b0 cleanup and tried to improve module decorator 2015-11-17 00:27:32 +01:00
Paul Müller
0d8df9bf77 - reduce verbosity in function call example to not confuse the user
- correct bug for clients with different counter keyword arguments (validCountKwargs), closes #30
2015-11-11 18:20:14 +01:00
Paul Müller
96260d04b3 improved compatibility with Python2 2015-11-11 16:11:28 +01:00
Paul Müller
82044ef184 pool manager example works on python3 2015-11-11 15:55:11 +01:00
Paul Müller
ddfcdb0dfc fix wrapper example 2015-11-11 11:34:11 +01:00
Paul Müller
7f2540ea24 added pool.map example 2015-05-07 13:39:51 +02:00
Paul Müller
134765f661 trying to write mp.pool alternative with jm 2015-05-07 00:01:54 +02:00
Paul Müller
49ecd70e2f Initial sphinx documentation. 2015-04-03 08:17:37 +02:00
Paul Müller
7ed6aa509c typo 2015-02-12 11:21:17 +01:00
cimatosa
53ab312243 added example using FunctionCall_Client, which enabled to pass the function to call in parallel via const_arg of the jobmanagerServer 2015-01-07 15:02:08 +01:00
cimatosa
9653bdca06 minor changed: PREPEND local path to sys.path in examples, removed some debug info 2015-01-07 15:01:00 +01:00
Paul Müller
94f2149716 simple example fix
ALWAYS USE `WITH` STATEMENT FOR SERVER.
2015-01-06 19:59:20 +01:00
Paul Müller
0a7e850963 - improved support ofr wrapped functions:
- counter arguments are automatically found
  - support for different or user-defined counter arguments
- more examples
2014-12-29 13:23:16 +01:00
Paul Müller
d84bfc95c0 cleanup test functions and example 2014-12-29 11:42:52 +01:00
Paul Müller
c16d7a13a5 correct version number and included examples in pypi package 2014-12-22 20:14:46 +01:00
Paul Müller
e6d00038ad verbose = 1 reduces verbosity and does not confuse user. 2014-12-22 19:43:27 +01:00
Paul Müller
bc2e40992b working pypi setup files. 2014-12-22 18:39:55 +01:00