gcao / aspect4r

Aspect Oriented Programming for Ruby
http://gcao.posterous.com/
MIT License
26 stars 0 forks source link

Thread safety #22

Open gcao opened 14 years ago

gcao commented 14 years ago

Create methods when advices are defined. This should work because application initialization should mostly be run in a single thread.

This might slow down the application startup a little.

Once advices are compiled into ruby methods, thread safety will solely depend on application code.