Click here to Skip to main content
15,896,264 members
Home / Discussions / C#
   

C#

 
AnswerRe: build a Dynamic code - c# 4.0 Pin
RobCroll21-Feb-11 2:40
RobCroll21-Feb-11 2:40 
GeneralRe: build a Dynamic code - c# 4.0 Pin
arkiboys21-Feb-11 4:42
arkiboys21-Feb-11 4:42 
QuestionStatic or non-static method performance and thread safety? Pin
Chesnokov Yuriy20-Feb-11 21:54
professionalChesnokov Yuriy20-Feb-11 21:54 
AnswerRe: Static or non-static method performance and thread safety? Pin
dasblinkenlight20-Feb-11 23:50
dasblinkenlight20-Feb-11 23:50 
QuestionRe: Static or non-static method performance and thread safety? Pin
Chesnokov Yuriy21-Feb-11 0:53
professionalChesnokov Yuriy21-Feb-11 0:53 
AnswerRe: Static or non-static method performance and thread safety? Pin
dasblinkenlight21-Feb-11 4:30
dasblinkenlight21-Feb-11 4:30 
AnswerRe: Static or non-static method performance and thread safety? Pin
_Erik_21-Feb-11 3:15
_Erik_21-Feb-11 3:15 
QuestionRe: Static or non-static method performance and thread safety? Pin
Chesnokov Yuriy21-Feb-11 3:44
professionalChesnokov Yuriy21-Feb-11 3:44 
I'm disturbed about static function reference object parameters thread safety.

Local parameters in the function are safe, they are created for each thread, e.g. cropped image.
2nd parameter is value object Rectangle is also safe, copy is created as you pass it.
1st parameter is reference object Bitmap. There is no writing to that parameter as you can see in the code. There should not be any difference if you modify it either if it is safe.

My question is whether parameters to static function are passed in a thread safe approach?
That is do they have the same thread safety as local variables in that static function body?
Чесноков

AnswerRe: Static or non-static method performance and thread safety? Pin
Luc Pattyn21-Feb-11 3:53
sitebuilderLuc Pattyn21-Feb-11 3:53 
QuestionRe: Static or non-static method performance and thread safety? Pin
Chesnokov Yuriy21-Feb-11 4:26
professionalChesnokov Yuriy21-Feb-11 4:26 
AnswerRe: Static or non-static method performance and thread safety? Pin
Luc Pattyn21-Feb-11 4:45
sitebuilderLuc Pattyn21-Feb-11 4:45 
AnswerRe: Static or non-static method performance and thread safety? Pin
_Erik_21-Feb-11 4:00
_Erik_21-Feb-11 4:00 
Questionusing Microsoft.Office.Interop.Word + timeout Pin
Member 769046020-Feb-11 18:26
Member 769046020-Feb-11 18:26 
AnswerRe: using Microsoft.Office.Interop.Word + timeout Pin
Dalek Dave20-Feb-11 22:13
professionalDalek Dave20-Feb-11 22:13 
GeneralRe: using Microsoft.Office.Interop.Word + timeout Pin
Member 769046020-Feb-11 22:15
Member 769046020-Feb-11 22:15 
AnswerRe: using Microsoft.Office.Interop.Word + timeout Pin
Bernhard Hiller21-Feb-11 3:57
Bernhard Hiller21-Feb-11 3:57 
GeneralRe: using Microsoft.Office.Interop.Word + timeout Pin
Member 769046022-Feb-11 18:24
Member 769046022-Feb-11 18:24 
QuestionC# Object Pin
Ramkumar_S20-Feb-11 14:36
Ramkumar_S20-Feb-11 14:36 
AnswerRe: C# Object Pin
_Maxxx_20-Feb-11 15:04
professional_Maxxx_20-Feb-11 15:04 
AnswerRe: C# Object Pin
Henry Minute20-Feb-11 15:12
Henry Minute20-Feb-11 15:12 
GeneralRe: C# Object Pin
Ramkumar_S20-Feb-11 15:29
Ramkumar_S20-Feb-11 15:29 
GeneralRe: C# Object Pin
Henry Minute20-Feb-11 16:38
Henry Minute20-Feb-11 16:38 
AnswerRe: C# Object Pin
RobCroll20-Feb-11 19:37
RobCroll20-Feb-11 19:37 
GeneralRe: C# Object Pin
Henry Minute21-Feb-11 3:13
Henry Minute21-Feb-11 3:13 
GeneralRe: C# Object Pin
_Maxxx_22-Feb-11 0:15
professional_Maxxx_22-Feb-11 0:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.