rack-devel archive mirror (unofficial) https://groups.google.com/group/rack-devel
 help / color / mirror / Atom feed
* Possible threading issues with Rack::Mount
@ 2013-05-03  6:04 Johan Buts
  0 siblings, 0 replies; only message in thread
From: Johan Buts @ 2013-05-03  6:04 UTC (permalink / raw)
  To: rack-devel

[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]



Hi all,

I would like to refer to intridea/grape#281<https://github.com/intridea/grape/issues/281> for 
the issue we were experiencing a couple of days ago with running grape 
(with has rack-mount as a dependency) and puma as a webserver. After a 
restart we were able to fix it but it seems to us that Rack::Mount could 
have some threading issues. I am not an expert at this and i can only try 
to pinpoint where the potential issue is located.

It seems that regin.rb is autoloading the Parser class ('regin/parser') and 
at the end of the parser.rb it requires 'regin/tokenizer' which then 
defines the scan_str method which the stacktrace is complaining about. I 
think in line 545 it could go wrong if tokenizer is not loaded yet.

Any feedback?

-- 

--- 
You received this message because you are subscribed to the Google Groups "Rack Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rack-devel+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



[-- Attachment #2: Type: text/html, Size: 2123 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-03 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-03  6:04 Possible threading issues with Rack::Mount Johan Buts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).