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

C#

 
QuestionWeird Issue With Web Service Pin
SledgeHammer0114-May-14 7:36
SledgeHammer0114-May-14 7:36 
AnswerRe: Weird Issue With Web Service Pin
Kornfeld Eliyahu Peter14-May-14 10:11
professionalKornfeld Eliyahu Peter14-May-14 10:11 
GeneralRe: Weird Issue With Web Service Pin
SledgeHammer0114-May-14 11:08
SledgeHammer0114-May-14 11:08 
AnswerRe: Weird Issue With Web Service Pin
Kornfeld Eliyahu Peter14-May-14 19:14
professionalKornfeld Eliyahu Peter14-May-14 19:14 
GeneralRe: Weird Issue With Web Service Pin
SledgeHammer0114-May-14 19:25
SledgeHammer0114-May-14 19:25 
AnswerRe: Weird Issue With Web Service Pin
Kornfeld Eliyahu Peter14-May-14 19:37
professionalKornfeld Eliyahu Peter14-May-14 19:37 
AnswerRe: Weird Issue With Web Service Pin
Bernhard Hiller14-May-14 21:36
Bernhard Hiller14-May-14 21:36 
GeneralRe: Weird Issue With Web Service Pin
SledgeHammer0115-May-14 7:12
SledgeHammer0115-May-14 7:12 
Yup. Tried saving out the image and it looks fine. The Base64 string is 12MB and the decoded image is 9MB, so I don't know if I'm running out of memory. The other version of the service, the REST one, just returned the image as a stream, so I didn't have the 12MB of extra stuff. I can't even create the 15000x15465 drawing surface on my dev machine as it runs out of memory (even with the old REST implementation that ran fine on the web server). On my dev machine though, at least I get an exception when I try to create the drawing surface. On the web server, there is no exception, IIS just closes the connection?!?

Weird though, the 12MB is in a String so it should be in the managed heap while the Image is all in the unmanaged heap, right?

I was watching Task Manager during the call and the memory usage went up to 1GB when IIS killed it. I don't have any limits set. I've seen the memory go up to 2 or 3GB with the working REST implementation (had 8 threads going on the client -- so 8 simultaneous calls into IIS and it didn't run out of memory or kill connections).
GeneralRe: Weird Issue With Web Service Pin
Eddy Vluggen15-May-14 8:20
professionalEddy Vluggen15-May-14 8:20 
GeneralRe: Weird Issue With Web Service Pin
Bernhard Hiller15-May-14 20:54
Bernhard Hiller15-May-14 20:54 
Questionupdate command SQL CE in C# Pin
Lubomír Baloga14-May-14 3:11
Lubomír Baloga14-May-14 3:11 
AnswerRe: update command SQL CE in C# Pin
Eddy Vluggen14-May-14 3:14
professionalEddy Vluggen14-May-14 3:14 
QuestionLoading 3D model from file Pin
MrDooDoo13-May-14 10:32
MrDooDoo13-May-14 10:32 
AnswerRe: Loading 3D model from file Pin
Pete O'Hanlon14-May-14 1:45
mvePete O'Hanlon14-May-14 1:45 
AnswerRe: Loading 3D model from file Pin
Terry Tyson15-May-14 4:18
Terry Tyson15-May-14 4:18 
GeneralRe: Loading 3D model from file Pin
MrDooDoo16-May-14 7:10
MrDooDoo16-May-14 7:10 
QuestionHow to show a message in pole display /customer display Pin
Saroth Nakshabi13-May-14 9:39
Saroth Nakshabi13-May-14 9:39 
AnswerRe: How to show a message in pole display /customer display Pin
Mycroft Holmes13-May-14 13:00
professionalMycroft Holmes13-May-14 13:00 
AnswerRe: How to show a message in pole display /customer display Pin
Simon_Whale13-May-14 21:49
Simon_Whale13-May-14 21:49 
QuestionInstalling a windows service with a msi installer in a correct way and making the servie configurable Pin
Jeffrey Jefferson13-May-14 7:00
Jeffrey Jefferson13-May-14 7:00 
AnswerRe: Installing a windows service with a msi installer in a correct way and making the servie configurable Pin
Bernhard Hiller13-May-14 21:07
Bernhard Hiller13-May-14 21:07 
GeneralRe: Installing a windows service with a msi installer in a correct way and making the servie configurable Pin
Jeffrey Jefferson14-May-14 1:09
Jeffrey Jefferson14-May-14 1:09 
QuestionProblem in line of code: aviframegetFrameOpen() in video steganography Pin
Member 1059173613-May-14 6:54
Member 1059173613-May-14 6:54 
QuestionFind all Child windows Pin
Member 1063699813-May-14 4:42
Member 1063699813-May-14 4:42 
AnswerRe: Find all Child windows Pin
Dave Kreskowiak13-May-14 5:16
mveDave Kreskowiak13-May-14 5:16 

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.