[Mono-bugs] [Bug 341986] [Regression] Thread safety problem with regexp on 1.2.6

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Nov 15 13:54:09 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=341986#c5


Robert Jordan <robertj at gmx.net> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |robertj at gmx.net




--- Comment #5 from Robert Jordan <robertj at gmx.net>  2007-11-15 11:54:09 MST ---
Juraj, these big locks are working against Regex' current design.
They are serializing code that used to scale very well before.

If we want to optimize for single threaded usage, we probably should
bookmark the creator thread and recreate the machine every time
the thread changed, i.e. making the machine thread affine.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list