Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

perf(fragment): added multicore support for fragment server #74

Merged
merged 1 commit into from
Mar 14, 2017

Conversation

semonte
Copy link
Contributor

@semonte semonte commented Mar 13, 2017

affects: tessellate-fragment

tessellate-fragment does not scale vertically at all.

Many EC2 instances provide multiple CPUs, but we get no benefit from that. Added multicore support using node js cluster library.

ISSUES CLOSED: #70

@semonte semonte force-pushed the multicore-support branch 4 times, most recently from 0056d02 to c99808e Compare March 13, 2017 13:35
affects: tessellate-fragment

tessellate-fragment does not scale vertically at all.

Many EC2 instances provide multiple CPUs, but

we get no benefit from that.

Added multicore support using node js cluster library.

ISSUES CLOSED: #70
@coveralls
Copy link

Coverage Status

Coverage decreased (-2.0%) to 77.423% when pulling c36cf64 on multicore-support into 68e0a19 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-2.0%) to 77.423% when pulling c36cf64 on multicore-support into 68e0a19 on master.

Copy link
Contributor

@mfellner mfellner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new code should eventually move into tessellate-server and we need to base tessellate-fragment on tessellate-server...

@semonte semonte merged commit 02991f8 into master Mar 14, 2017
@semonte semonte deleted the multicore-support branch March 14, 2017 12:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants