barisusakli
4f0e93732a
#5211
...
remove passing js/css between procs
8 years ago
Julian Lam
299fcb99f1
more progress on #5211
8 years ago
Julian Lam
135bb6a524
fixes #5209
8 years ago
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
8 years ago
HeeL
3fa1c1f927
Fix space-infix-ops linter rule
8 years ago
barisusakli
204dd2a69f
closes #4948
9 years ago
Ben Lubar
42fa764608
fix js-propagate for restarted secondary instances ( #4874 )
9 years ago
Ben Lubar
b08696515f
Fix restarted secondary instances waiting forever for the templates:compiled message. Fix update notification always appearing when an instance restarts even if there was no update. Closes #4870 ( #4871 )
9 years ago
Julian Lam
79bcb9be10
fixes #4675
9 years ago
psychobunny
a078fd82e7
fix julian's console.log voodoo
9 years ago
psychobunny
e2bc5f241a
optimizing process.send for js minification
9 years ago
barisusakli
9527ac6255
more fixes to loader
9 years ago
barisusakli
c512fed93a
one more fix
9 years ago
psychobunny
80b0815d38
@barisusakli last one
9 years ago
barisusakli
ca294fc6ec
closes #3663
9 years ago
barisusakli
a64cbbc6df
#3573
9 years ago
Julian Lam
671db1681e
allowing usage of "false" in silent and daemon environment variables
10 years ago
Julian Lam
0ff09d8093
changed the behaviour of --no-daemon so that it does not also pipe output to stdout, use new flag --no-silent for that. --no-daemon just does as it advertises, and doesn't daemonize the loader process before spawning app.js instances.
10 years ago
Julian Lam
379bdd12e0
fixed improper parsing of url in loader, and updated mongo init to not send anything in cb except err. Also updated webserver init so that it doesn't expect stuff from static:app.preload
10 years ago
Julian Lam
f6ddff3e5f
updated loader to kickstart the web installer if no config is found
10 years ago
barisusakli
c98e630f24
warn missing url
10 years ago
barisusakli
d946a2fcbd
closes #3098
...
wait for templates to compile even if using clustering
fix emitter.all
upgrade.check error first
removed plugins.ready, using callback on plugins.init
removed webserver.init, using webserver.listen
10 years ago
Julian Lam
cb9a300811
closed #2945
10 years ago
barisusakli
936ea5f686
sync config changes over redis pubsub
10 years ago
Julian Lam
3deb423c55
testing socket availability before attempting to bind
10 years ago
Julian Lam
49dcffcbab
if worker process exits with code zero, don't boot up a new worker
10 years ago
barisusakli
104fc2d273
10 second timer
10 years ago
barisusakli
9e9b138afb
removed unused code
10 years ago
barisusakli
e7c2bc5d5d
removed unused callback
10 years ago
barisusakli
e86650a6af
not used anymore
10 years ago
barisusakli
22e20b961e
pass all env variables to worker
10 years ago
Julian Lam
d14cd254a5
only instantiating logrotate object if silent
10 years ago
barisusakli
16f62e6502
closes #2472
10 years ago
barisusakli
d62cdd5127
added support for specifying which ports to use
...
if no port is specified in config.json port from url will be used if no
port in url then default to 4567
port in config.json can be an array or a single port number
10 years ago
barisusakli
f67bc8d056
fix space
10 years ago
barisusakli
64e13df14c
removed node cluster spawn procs on ports
10 years ago
barisusakli
e49dfc7266
cleaned up loader.js
10 years ago
barisusakli
83a679fc15
fixed wrong var
10 years ago
barisusakli
7a5383748c
possible fix for #2492
10 years ago
barisusakli
14a2db4b2e
fix workerIndex for ipv6
10 years ago
Julian Lam
5cc30ca1a0
more cache hash fixes
10 years ago
Julian Lam
2e24224449
passing css hash to other workers on startup
10 years ago
Julian Lam
82708d65c6
propagating hash to all workers on css compilation
10 years ago
barisusakli
7332ba9c25
fix loader for new config.json format
10 years ago
barisusakli
17d7916fe9
check if worker exists
10 years ago
barisusakli
2c89d50322
Merge remote-tracking branch 'origin/master' into socket.io1.x
10 years ago
barisusakli
6760ce00cc
removed unused msgs
10 years ago
barisusakli
c213f77f91
merge
10 years ago
Julian Lam
e952a873a8
moving onlineUsers from an in-memory variable to a sorted set
10 years ago
barisusakli
1abe35092b
cluster socket.io fixes
...
close proxy server on loader.stop
changed handles to object
10 years ago