coderstephen
|
9112f671a5
|
Update ChannelTest to match changes in Channel
|
2015-08-27 13:07:56 -05:00 |
|
coderstephen
|
97c7af4d66
|
Lock should start out unreleased
|
2015-08-27 12:52:05 -05:00 |
|
coderstephen
|
63909cae7c
|
Add changelog that we'll need later
|
2015-08-27 12:40:35 -05:00 |
|
coderstephen
|
08a2a96175
|
Add helpful defaults for Valgrind
|
2015-08-27 12:33:19 -05:00 |
|
Stephen Coakley
|
df67108522
|
Fix pthreads compiling steps
|
2015-08-27 12:32:12 -05:00 |
|
coderstephen
|
b8c1a54cf5
|
Add note about Vagrant box and compiling pthreads
|
2015-08-27 12:30:28 -05:00 |
|
coderstephen
|
174ce91ea0
|
Event loop foolery not necessary with pthreads fix
|
2015-08-26 21:57:21 -05:00 |
|
Aaron Piotrowski
|
8ec2e93c56
|
Inherit only ini, functions, and classes
|
2015-08-26 21:34:41 -05:00 |
|
Aaron Piotrowski
|
57d31d6b80
|
Create stream instances in process
|
2015-08-26 21:20:06 -05:00 |
|
Aaron Piotrowski
|
3c48042c30
|
Add Process
|
2015-08-26 21:19:57 -05:00 |
|
Aaron Piotrowski
|
8ecfe3df45
|
Replace acquire() method with synchronized() method
|
2015-08-25 09:53:17 -05:00 |
|
Aaron Piotrowski
|
afbed54754
|
Use constant for latency timeout
|
2015-08-25 09:39:58 -05:00 |
|
Aaron Piotrowski
|
b1427879d8
|
Pass streams to Channel constructor
|
2015-08-25 09:37:22 -05:00 |
|
coderstephen
|
d727d6a0d4
|
Fix parcel method name errors and tests
|
2015-08-24 23:23:42 -05:00 |
|
Aaron Piotrowski
|
0e9b8cca4a
|
Do not call fclose() in thread; separate read/write streams; addresses #4
|
2015-08-24 19:35:42 -05:00 |
|
coderstephen
|
eaafe93761
|
Update examples in README
|
2015-08-24 13:56:30 -05:00 |
|
coderstephen
|
d90c0aa25b
|
Remove accidental addition
|
2015-08-24 13:46:17 -05:00 |
|
Aaron Piotrowski
|
606471390b
|
Merge pull request #2 from icicleio/no-context-interface
Remove ContextInterface & rename forks and threads
|
2015-08-24 11:38:58 -05:00 |
|
coderstephen
|
72fc493fe9
|
Better name for forked processes
|
2015-08-24 11:21:30 -05:00 |
|
coderstephen
|
ba3ac988b3
|
Merge changes from master
|
2015-08-24 10:47:36 -05:00 |
|
coderstephen
|
669fcb419b
|
Fix ThreadContext::spawn() to handle func args
|
2015-08-24 10:44:46 -05:00 |
|
coderstephen
|
a3a2a142b0
|
Oops, forgot to commit InternalThread and Process
|
2015-08-24 10:40:36 -05:00 |
|
coderstephen
|
ad52ac9cf2
|
Remove ContextInterface & rename forks and threads
|
2015-08-22 16:27:44 -05:00 |
|
coderstephen
|
bc608e5147
|
Add example for worker thread
|
2015-08-22 16:13:52 -05:00 |
|
coderstephen
|
3673798c6d
|
Update Vagrant box to use pthreads latest
|
2015-08-22 01:02:41 -05:00 |
|
coderstephen
|
32dd57976c
|
Proof-of-concept WorkerThread implementation
|
2015-08-21 22:41:38 -05:00 |
|
coderstephen
|
163ffb4f54
|
Add spawn shortcut for threads
|
2015-08-21 22:39:56 -05:00 |
|
coderstephen
|
d94f9441ba
|
Increase README accuracy and hype value
|
2015-08-21 00:10:34 -05:00 |
|
Stephen Coakley
|
30882e456b
|
Merge pull request #1 from icicleio/thread-inherit-all
Inherit the environment when spawning a new thread
|
2015-08-20 21:26:49 -05:00 |
|
coderstephen
|
fed8de64aa
|
Passing autoloader to child no longer necessary
|
2015-08-20 16:21:09 -05:00 |
|
coderstephen
|
dd38cd1142
|
Autoload behaves consistently with pthreads 2.0.11
|
2015-08-20 14:40:44 -05:00 |
|
coderstephen
|
33ce561135
|
New Parcel interface for shared objects
|
2015-08-20 14:13:01 -05:00 |
|
coderstephen
|
55c9479799
|
A simple container for thread sharing
Uses a ThreadedMutex to provide synchronization methods on the container.
|
2015-08-19 15:56:00 -05:00 |
|
coderstephen
|
d90ae70c22
|
Inherit all from parent and handle loader in child
|
2015-08-19 10:59:55 -05:00 |
|
Aaron Piotrowski
|
8c09c16204
|
Refine channel implementation
|
2015-08-18 19:12:58 -05:00 |
|
Aaron Piotrowski
|
094e651f86
|
Update dependencies
|
2015-08-18 19:04:12 -05:00 |
|
Aaron Piotrowski
|
36725728aa
|
Add locks to thread context
|
2015-08-18 10:12:06 -05:00 |
|
coderstephen
|
b60f47424a
|
Bring in sample worker API from old branch
|
2015-08-14 12:25:07 -05:00 |
|
coderstephen
|
bab3c30763
|
Add cleanup to tests
|
2015-08-10 22:35:59 -05:00 |
|
coderstephen
|
d2ab1cd0a1
|
First working async POSIX semaphore using shared objects
|
2015-08-10 22:27:10 -05:00 |
|
Aaron Piotrowski
|
feb620fdea
|
Refactor threading / simplify contexts
|
2015-08-10 17:38:58 -05:00 |
|
coderstephen
|
6c8898b416
|
Some cleanup, with persistent permissions and better resize handling
|
2015-08-10 16:36:01 -05:00 |
|
coderstephen
|
1a8f7c1e33
|
Add tests over multiple processes
|
2015-08-10 14:28:47 -05:00 |
|
coderstephen
|
d8edf495ec
|
Merge branch 'master' of github.com:icicleio/concurrent
|
2015-08-10 13:21:32 -05:00 |
|
coderstephen
|
4de9909c00
|
Fix bugs with deref() and use set() instead of update()
|
2015-08-10 13:21:22 -05:00 |
|
Aaron Piotrowski
|
6f657e889e
|
Refactor ThreadedSemaphore and ThreadedMutex
|
2015-08-09 22:30:11 -05:00 |
|
coderstephen
|
b0ebadedf6
|
New shared memory object that stores a single value
|
2015-08-09 22:16:34 -05:00 |
|
coderstephen
|
df5db8ac4e
|
Make destroying ThreadedMutex explicit
|
2015-08-07 23:30:48 -05:00 |
|
coderstephen
|
ed34e1e5d9
|
Remove unneeded mutex and semaphore implementations
|
2015-08-07 23:13:33 -05:00 |
|
coderstephen
|
f109bd926f
|
Update FileMutex to be async
|
2015-08-07 23:12:21 -05:00 |
|