temporalfox has quit [Remote host closed the connection]
clayton has quit [Ping timeout: 250 seconds]
jensnockert has joined #jruby
clayton_ has joined #jruby
clayton_ is now known as clayton
jensnockert has quit [Ping timeout: 240 seconds]
djbkd has quit [Quit: My people need me...]
lance|afk is now known as lanceball
camlow32_ has joined #jruby
camlow325 has quit [Ping timeout: 244 seconds]
elia has quit [Quit: Computer has gone to sleep.]
camlow32_ has quit [Ping timeout: 260 seconds]
skinux_ has quit [Ping timeout: 265 seconds]
dinfuehr has joined #jruby
whitby has quit [Ping timeout: 240 seconds]
dinfuehr has quit [Ping timeout: 268 seconds]
clayton has quit [Ping timeout: 260 seconds]
clayton has joined #jruby
tcrawley-away is now known as tcrawley
tcrawley is now known as tcrawley-away
jensnockert has joined #jruby
jensnockert has quit [Ping timeout: 272 seconds]
brauliobo has quit [Ping timeout: 240 seconds]
skinux_ has joined #jruby
skinux_ is now known as skinux
skinux has joined #jruby
skinux has quit [Changing host]
<skinux> Antiarc: What is Parellelism??
<Antiarc> The ability to run multiple threads on multiple cores at the same time. MRI has a global interpreter lock which only allows one thread at a time to be executing, which means that even interleaved across multiple threads and cores, you will only be able to use 1 core's worth of CPU
<Antiarc> JRuby has no such GIL, and so if you have an 8-core machine you can run 8 threads at the same time without them having to wait for each other
<skinux> I thought that was handled by the OS or even lower-level than that?
<Antiarc> Thread scheduling is handled by the kernel, but MRI makes each thread acquire a lock before it can run
<Antiarc> So even if the OS schedules Thread B, it has to wait for Thread A to release the lock before it can do anything
<skinux> So, JRuby handles which core a thread is run on?
<Antiarc> So thread B is "running" but it won't be doing anything, it'll just be waiting on the lock
<Antiarc> No, JRuby just doesn't have an interpreter lock, so "normal" thread scheduling works unimpeded
<Antiarc> (I believe the plan is to eliminate the GIL in MRI in Ruby 3, but until then, if you have CPU-bound code, JRuby runs multiples faster than MRI)
<Antiarc> If your code is IO-bound (ie, a web app) then you may not see noticable performance improvements from parallelism. But JRuby's JIT tends to do *really* well with long-running code like Rails apps.
<Antiarc> So it can end up faster in those circumstances, too. Though neither will make a slow DB faster :)
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 268 seconds]
mdedetrich has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
enebo_ has joined #jruby
enebo has quit [Ping timeout: 244 seconds]
enebo_ is now known as enebo
enebo has quit [Quit: enebo]
benlovell has joined #jruby
benlovell has quit [Ping timeout: 265 seconds]
jensnockert has joined #jruby
dinfuehr has joined #jruby
jensnockert has quit [Ping timeout: 268 seconds]
dinfuehr has quit [Ping timeout: 268 seconds]
pawnbox has joined #jruby
Guest48091 has joined #jruby
kfpratt has quit [Remote host closed the connection]
kfpratt has joined #jruby
jensnockert has joined #jruby
kfpratt has quit [Remote host closed the connection]
jensnockert has quit [Ping timeout: 260 seconds]
pawnbox has quit [Ping timeout: 265 seconds]
dinfuehr has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
Gary has joined #jruby
dinfuehr has quit [Ping timeout: 250 seconds]
Gary is now known as Guest78532
Puffball has quit [Remote host closed the connection]
Guest48091 has quit [Ping timeout: 244 seconds]
Puffball has joined #jruby
pawnbox has joined #jruby
enebo has joined #jruby
benlovell has joined #jruby
benlovell has quit [Ping timeout: 268 seconds]
jensnockert has joined #jruby
nirvdrum has quit [Ping timeout: 250 seconds]
jensnockert has quit [Ping timeout: 265 seconds]
Guest78532 has left #jruby [#jruby]
dinfuehr has joined #jruby
pawnbox_ has joined #jruby
pawnbox has quit [Ping timeout: 240 seconds]
dinfuehr has quit [Ping timeout: 256 seconds]
skinux has quit [Quit: Leaving]
enebo has quit [Quit: enebo]
pawnbox_ has quit [Ping timeout: 244 seconds]
pawnbox has joined #jruby
enebo has joined #jruby
enebo has quit [Client Quit]
pawnbox has quit [Ping timeout: 240 seconds]
pawnbox has joined #jruby
enebo has joined #jruby
dinfuehr has joined #jruby
yfeldblum has quit [Ping timeout: 246 seconds]
dinfuehr has quit [Ping timeout: 272 seconds]
camlow325 has joined #jruby
enebo has quit [Quit: enebo]
pawnbox has quit [Remote host closed the connection]
clayton has quit [Max SendQ exceeded]
clayton has joined #jruby
pawnbox has joined #jruby
enebo has joined #jruby
benlovell has joined #jruby
benlovell has quit [Ping timeout: 252 seconds]
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
camlow325 has quit [Ping timeout: 240 seconds]
pawnbox has quit [Ping timeout: 268 seconds]
skade has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 256 seconds]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
skade has quit [Ping timeout: 255 seconds]
skade has joined #jruby
donV has joined #jruby
dinfuehr has joined #jruby
pawnbox has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
donV has quit [Quit: donV]
pawnbox has quit [Ping timeout: 240 seconds]
jensnockert has joined #jruby
pitr-ch has joined #jruby
benlovell has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rsim has joined #jruby
elia has joined #jruby
temporalfox has joined #jruby
enebo has quit [Quit: enebo]
dinfuehr has quit [Read error: No route to host]
dinfuehr has joined #jruby
skade has joined #jruby
pitr-ch has joined #jruby
pitr-ch has quit [Client Quit]
pawnbox has joined #jruby
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 260 seconds]
vtunka has joined #jruby
pitr-ch has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has joined #jruby
samphippen has joined #jruby
elia has quit [Quit: Computer has gone to sleep.]
pitr-ch has quit [Ping timeout: 240 seconds]
pitr-ch has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jensnockert has quit [Ping timeout: 246 seconds]
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
jensnockert has joined #jruby
elia has joined #jruby
pawnbox has quit [Ping timeout: 256 seconds]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
yfeldblum has joined #jruby
benlovell has quit [Ping timeout: 246 seconds]
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #jruby
bbrowning_away is now known as bbrowning
benlovell has joined #jruby
vtunka has quit [Quit: Leaving]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
brauliobo has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
brauliobo has quit [Ping timeout: 250 seconds]
pawnbox has quit [Ping timeout: 260 seconds]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
bbrowning is now known as bbrowning_away
bbrowning_away has quit [Ping timeout: 240 seconds]
vtunka has joined #jruby
shellac has joined #jruby
drbobbeaty has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
donV has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
blaxter has joined #jruby
donV has quit [Quit: donV]
cristianrasch has joined #jruby
samphippen has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jensnockert has quit [Remote host closed the connection]
jensnockert has joined #jruby
tcrawley-away is now known as tcrawley
jensnockert has quit [Remote host closed the connection]
brauliobo has joined #jruby
benlovell has quit [Ping timeout: 264 seconds]
yfeldblum has quit [Ping timeout: 246 seconds]
pawnbox has quit [Ping timeout: 240 seconds]
pawnbox has joined #jruby
benlovell has joined #jruby
benlovell has quit [Ping timeout: 240 seconds]
skinux has joined #jruby
skinux has left #jruby ["Leaving"]
temporal_ has joined #jruby
temporalfox has quit [Read error: Connection reset by peer]
whitby has joined #jruby
whitby has quit [Client Quit]
bbrowning has joined #jruby
benlovell has joined #jruby
benlovell has quit [Ping timeout: 250 seconds]
benlovell has joined #jruby
<eregon> headius: Hi!
<eregon> headius: Can I update com.headius:options to 1.2? I observe quite a few times NPE due to loaded=true but value still null
<eregon> (in jruby core pom)
pawnbox has quit [Ping timeout: 250 seconds]
sdogruyol has joined #jruby
pawnbox has joined #jruby
thedarkone2 has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
bbrowning has quit [Ping timeout: 246 seconds]
samphippen has joined #jruby
pawnbox has quit [Read error: Connection reset by peer]
bbrowning has joined #jruby
colinsurprenant has joined #jruby
pawnbox has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
rsim has quit [Quit: Leaving.]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<kares> so whens 9.0.4.0 coming? ... the java.lang.NoSuchMethodError: org.jruby.Ruby.newString()Ljava/lang/String; is a bit annoying
<kares> (know its fixed on master already)
kfpratt has joined #jruby
donV has joined #jruby
benlovell has quit [Ping timeout: 240 seconds]
benlovell has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
xardion has quit [Quit: peace out.]
skade has quit [Quit: Computer has gone to sleep.]
sdogruyol has quit [Remote host closed the connection]
vtunka has quit [Quit: Leaving]
benlovel1 has joined #jruby
vtunka has joined #jruby
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #jruby
blaxter has quit [Ping timeout: 252 seconds]
rcvalle has joined #jruby
donV has quit [Quit: donV]
pawnbox has quit [Remote host closed the connection]
jensnockert has joined #jruby
blaxter has joined #jruby
pawnbox has joined #jruby
dinfuehr_ has joined #jruby
camlow325 has joined #jruby
dinfuehr has quit [Ping timeout: 240 seconds]
jensnockert has quit [Ping timeout: 250 seconds]
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
dinfuehr_ has quit [Ping timeout: 255 seconds]
pawnbox has quit [Ping timeout: 272 seconds]
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
temporal_ has quit [Read error: Connection reset by peer]
temporalfox has joined #jruby
skade has joined #jruby
subbu is now known as subbu|away
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
jensnockert has joined #jruby
sdogruyol has joined #jruby
jensnockert has quit [Ping timeout: 244 seconds]
shellac has quit [Quit: Ex-Chat]
enebo has joined #jruby
sdogruyol has quit [Ping timeout: 260 seconds]
rsim has joined #jruby
subbu|away is now known as subbu
bbrowning is now known as bbrowning_away
skade has quit [Quit: Computer has gone to sleep.]
vtunka has quit [Ping timeout: 246 seconds]
camlow32_ has joined #jruby
benlovell has quit [Ping timeout: 240 seconds]
benlovel1 has quit [Ping timeout: 256 seconds]
vtunka has joined #jruby
camlow325 has quit [Ping timeout: 264 seconds]
pawnbox has quit [Remote host closed the connection]
camlow32_ has quit [Remote host closed the connection]
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
bbrowning_away is now known as bbrowning
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
brauliobo has quit [Ping timeout: 255 seconds]
enebo has quit [Quit: enebo]
nateberkopec has joined #jruby
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
skade has joined #jruby
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
thedarkone2 has joined #jruby
shellac has joined #jruby
tcrawley is now known as tcrawley-away
vtunka has quit [Quit: Leaving]
bjfish2 has joined #jruby
camlow325 has joined #jruby
camlow32_ has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
brauliobo has joined #jruby
camlow32_ has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
elia has quit [Quit: Computer has gone to sleep.]
blaxter has quit [Ping timeout: 260 seconds]
<chrisseaton> headius or enebo around?
nirvdrum has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
enebo has joined #jruby
skade has quit [Client Quit]
skade has joined #jruby
rsim has quit [Quit: Leaving.]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dcheung has joined #jruby
dcheung has left #jruby [#jruby]
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
enebo has quit [Quit: enebo]
elia has joined #jruby
skade has quit [Ping timeout: 272 seconds]
jensnockert has joined #jruby
skade has joined #jruby
jensnockert has quit [Ping timeout: 250 seconds]
enebo has joined #jruby
enebo has quit [Client Quit]
subbu is now known as subbu|lunch
elia has quit [Quit: Computer has gone to sleep.]
camlow32_ has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
shellac has quit [Quit: Computer has gone to sleep.]
jensnockert has joined #jruby
samphippen has joined #jruby
benlovell has joined #jruby
benlovel1 has joined #jruby
jensnockert has quit [Ping timeout: 260 seconds]
benlovel1 has quit [Ping timeout: 240 seconds]
benlovell has quit [Ping timeout: 244 seconds]
dmilith2 is now known as dmilith
jensnockert has joined #jruby
jensnockert has quit [Ping timeout: 240 seconds]
yfeldblum has joined #jruby
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
sdogruyol has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sdogruyol has quit [Ping timeout: 250 seconds]
camlow325 has joined #jruby
camlow32_ has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
enebo has joined #jruby
skade has quit [Ping timeout: 265 seconds]
subbu|lunch is now known as subbu
brauliobo has quit [Ping timeout: 240 seconds]
skade has joined #jruby
rsim has joined #jruby
whitby has joined #jruby
pitr-ch has quit [Ping timeout: 244 seconds]
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
nirvdrum has quit [Ping timeout: 265 seconds]
enebo has quit [Ping timeout: 265 seconds]
pitr-ch has joined #jruby
temporalfox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
benlovell has joined #jruby
benlovel1 has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
mje113_ has joined #jruby
clayton has quit [Ping timeout: 256 seconds]
skade has joined #jruby
benlovel1 has quit [Ping timeout: 244 seconds]
benlovell has quit [Ping timeout: 244 seconds]
clayton has joined #jruby
skade has quit [Client Quit]
djbkd has joined #jruby
yfeldblum has quit [Remote host closed the connection]
<pitr-ch> headius hi, could you look at https://github.com/jruby/jruby/pull/3412 ?
bb010g has quit [Quit: Connection closed for inactivity]
jensnockert has joined #jruby
elia has joined #jruby
rsim1 has joined #jruby
momomomomo has joined #jruby
rsim has quit [Ping timeout: 240 seconds]
bnagy_ has joined #jruby
bnagy has quit [Ping timeout: 272 seconds]
momomomomo has quit [Quit: momomomomo]
brauliobo has joined #jruby
bbrowning is now known as bbrowning_away
nateberkopec has quit [Quit: Leaving...]
nateberkopec has joined #jruby
lanceball is now known as lance|afk
nateberkopec has quit [Ping timeout: 246 seconds]
yfeldblum has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bb010g has joined #jruby
jensnockert has quit [Remote host closed the connection]
skade has joined #jruby
jensnockert has joined #jruby
benlovel1 has joined #jruby
benlovell has joined #jruby
jensnockert has quit [Ping timeout: 255 seconds]
nateberkopec has joined #jruby
benlovel1 has quit [Ping timeout: 252 seconds]
benlovell has quit [Ping timeout: 252 seconds]
nateberkopec has quit [Ping timeout: 260 seconds]
elia has quit [Quit: Computer has gone to sleep.]
skade has quit [Read error: No route to host]
skade has joined #jruby
elia has joined #jruby
nateberkopec has joined #jruby
benlovell has joined #jruby
benlovel1 has joined #jruby
benlovel1 has quit [Ping timeout: 268 seconds]
benlovell has quit [Ping timeout: 268 seconds]
djbkd has quit [Remote host closed the connection]
nateberkopec has quit [Ping timeout: 264 seconds]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #jruby
djbkd has joined #jruby
skade has quit [Read error: No route to host]
skade has joined #jruby
nateberkopec has joined #jruby
nateberkopec has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Quit: Leaving...]
nateberkopec has joined #jruby
shellac has joined #jruby
yfeldblum has joined #jruby
nateberkopec has quit [Ping timeout: 250 seconds]
shellac has quit [Client Quit]
colinsurprenant has quit [Quit: colinsurprenant]
temporalfox has joined #jruby
temporal_ has joined #jruby
temporalfox has quit [Ping timeout: 255 seconds]
nateberkopec has joined #jruby
nateberkopec has quit [Ping timeout: 252 seconds]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
sdogruyol has joined #jruby
cristianrasch has quit [Quit: Leaving]
shellac has joined #jruby
sdogruyol has quit [Ping timeout: 264 seconds]
skade has quit [Quit: Computer has gone to sleep.]
ivan\ has quit [Ping timeout: 244 seconds]
nateberkopec has joined #jruby
ivan\ has joined #jruby
rsim1 has quit [Quit: Leaving.]
nateberkopec has quit [Ping timeout: 255 seconds]
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rcvalle has quit [Quit: rcvalle]
shellac has quit [Read error: Connection reset by peer]
whitby has quit [Ping timeout: 240 seconds]
nateberkopec has joined #jruby