consuming

a short statement that consumes lots of CPU cycles

I'm seeking a(very) short statement(in any language) that can make the CPU busy for like a second or a half. The statement should consume CPU cycles, not IO stuff. ...

Installing a delphi 7 isapi web service

Hello guys, I have developed an isapi web service in delphi 7 and I need to install it in a server so it can be consumed by a c# application. I copied the dll of the isapi in a folder and created a virtual directory in the IIS of the server. When I call the web service from the browser (http://localhost/webservice/ws.dll) the website ...

WCF consumed by Java - java.lang.NullPointerException

Hi, A colleague of mine is attempting to consume a web service that has been developed using WCF. The error received is: IWAB0014E Unexpected exception occurred. java.lang.NullPointerException at com.ibm.ast.ws.jaxws.creation.command.DetermineWsImportExtensionCommand.buildServiceStructure(Unknown Source) at com.ibm.ast.ws.jaxws...