Interface between hardware and software

learn more… | top users | synonyms

0
votes
0answers
7 views

exchange 2003 unable to login through VPN

I have a Windows 2003 server with exchange 2003 and an ISA server. When i'm within this network i'm able to connect to the Exchange server. But when i want to connect to the Exchange server with the ...
5
votes
4answers
61 views

perl expression “or” and subroutine “isa”

I encountered this code, but I don't understand it . $type->isa('UNIVERSAL') or eval "require $type" or croak $@; I have refered to perldoc and I know that the subroutine isa() is ...
-1
votes
2answers
19 views

I am confused between ISA (Industry standard architecture) and ISA (Instruction set architecture) [closed]

One of these is called a bus standard but the book on Industry standard architecture talks about: bus cycles, addressing, I/O, RAM, ROM, and cache memory, cache architectures, decode and reset logic, ...
2
votes
1answer
17 views

Trouble understanding GPU disassembly

I'm trying to write a raycasting shader in GLSL, and it's being unbearably slow. So I installed AMD's "GPU Shader Analyzer", so I can look at what is actually generated. I've got it from 2 FPS up to ...
0
votes
2answers
22 views

Difference between add and addu

I am confused about the difference between add and addu. The MIPS instruction reference says: add (with overflow) add unsigned (no overflow) My understanding is to use add with signed operands ...
5
votes
0answers
142 views

Microsoft ISA Server Authentication in Android

I have an application in Android, in which I were reading files from the remote server, code for reading file is given below; URI uri = null; try { uri = new ...
0
votes
0answers
9 views

Linux 2.6.20 on ARM processor (PXA-series), hung with outb command

How can we track this outb command to assembly code, down to electrical signal ? I have a kernel module that works with one PC/104 ADC card, but doesn't work with an other PC/104 ADC card. The problem ...
0
votes
0answers
15 views

Schema included in WSDL behind ISA server

I have a WSDL behind ISA server. The WSDL includes a schema <xsd:include schemaLocation="myschema.xsd"/> However, when accessed through ISA it resolves as <xsd:include ...
0
votes
1answer
57 views

MIPS Register file size given opcode and register sizes

I have been given a simple ISA with two registers. opcode: 2 bits, register1: 3 bits, register2: 3 bits. It is asking me to find the size of the register file, how many registers can be addressed, ...
0
votes
0answers
59 views

python ISA W3C log parser [closed]

I want to find some useful stufs (user agents, domains...etc) in given ISA log proxy files. The headers below indicate the fields. Is there an already Python module that can easily parse this format ...
0
votes
1answer
158 views

Designing ALU Control block for single cycle MIPS

Hope this isn't off topic for Stack Overflow. I was learning about MIPS and I've gotten stuck at this step. This is the truth table for the ALU Control Block. Now this is the first time I'm coming ...
0
votes
0answers
6 views

Immediate range of operation

What is meant, when is said that an operation (one of many in instruction pipeline) can have different immediate range?
0
votes
1answer
133 views

IOS self->isa deprecated but Object_setClass also gives a warning

I'm busy with a library of a collegae. In his code he sets isa a few times. This stills works but is officially deprecated. The alternative should be the object_setClass function. But when I replace ...
0
votes
0answers
38 views

ISA Server 2006 setup non www

.NET Developer with an ISA Server 2006 headache. Our ISA server is all configured and working correctly for www.mydomain.com. Our marketing agency wants to drop the www from our advertising material. ...
0
votes
1answer
74 views

using ISA to expose an internal MVC website

We have an internal server running an MVC3 application, which has been made available on our external server by using an ISA server. However; it is not applying the CSS, as the references to the ...
0
votes
0answers
13 views

develop a program to send instructions and receive information from ISA port

Im doing this project where i have to send specific instructions to electronic moving parts and recieve information from different sensors in a mini production line of candies. I wish anyone could ...
0
votes
1answer
97 views

NVidia`s ISA language

AMD defines for each GPU family ot its ISA. As I understand, ISA is a instruction set architecture : assembly -like "language". How is called NVidia`s GPU "assembly -like language"? - PTX? Is there ...
0
votes
0answers
103 views

Remote SQL Server 2008 Management Studio is not connecting to the database using TMG SERVER 2010

I have recently installed TMG Server. After configuring basic rules and allowing all protocols including HTTP, HTTPS, SQL Server ports Outbond/inbound TCP/UDP to 1400 to 1434. Remote SQL Server 2008 ...
0
votes
1answer
115 views

Returning from ARM7 nested subroutine

Ok, I am trying to implement the selection sort algorithm in ARM7 Assembly. It starts with last element of array and works its way down to first element. It works for the first swap, but then exits ...
2
votes
0answers
64 views

Remote SQL Server 2008 Management Studio is not connecting [closed]

Remote SQL Server 2008 Management Studio is not connecting to the database using TMG SERVER 2010. Error 40 and 53 are showing up. But it is working without tmgserver. Please advise. Thanks
2
votes
1answer
178 views

ISA port communication with Visual Basic

Is there any chance how I could write something to ISA card in Visual Basic .Net for Windows XP and higher? (I know Win XP and higher have restriction so U cant directly write data to port) I have ...
0
votes
1answer
131 views

how to configure ISA server so that I can download my email attachments using Pop3.dll

I am using C# windows application. my requirement is I want to Download email attachments from Webmail for that I am using pop3.dll. I can see the email count but not able to download the email ...
4
votes
3answers
132 views

DBIx and inheritance in Perl

I'm currently trying to implement the following scenario with DBIx: The table products contains "general products" and "bundle products" (bundle products are collections of general products): ...
0
votes
1answer
58 views

Difference between branching and select instructions

The 'select' instruction is used to choose one value based on a condition, without branching. I want to know the differences between branching and select instructions (preferably for both x86 ...
0
votes
1answer
1k views

DNS times out for external domains after installing forefront tmg 2010

I am having issues with DNS lookups timing out on all computers. I enabled the TMG DNS system policy and added another firewall policy to allow all DNS from anywhere to anywhere. The monitor shows no ...
2
votes
1answer
233 views

OS privilege levels vs Hardware privilege levels

What is the difference between OS privilege levels and privilege levels of the underlying hardware? Do all system calls cause a trap to the kernel? Why do system calls cause a trap? Is it because of ...
1
vote
1answer
61 views

Why “execute” located before “memory” in Instruction Set Achitecture?

I have learnd Processor Architecture 3 years ago. Until today , I can't figure out why execute located before memory in the sequential instructions. While executing the instruction [ mov (%eax) ...
0
votes
0answers
49 views

ISA Server 2006

I want my ISA server don't ask for user name and password . I want to allow the IP Address of the machine and at that machine everyone can login and access to internet.As of now i have to define the ...
0
votes
0answers
14 views

New ISA instructions vs i386

I understand that all x86 (i386) binaries compiled today, with the latest compilers (GCC, Intel CC, VC, etc) will run on an Intel 386 machine (allowing for external dependencies, like OS functions, ...
0
votes
1answer
249 views

Issue with Web Application and ISA Authentication

right now this code works by picking up the authenticated user (windows authentication). we are using active directory. however if you are off the network and try to log into this specific application ...
0
votes
0answers
137 views

ISA Server 2006: Publish maintenance site (with HTTP Status Code 503)

we would like to publish a maintenance site (sending HTTP Status Code 503) with a ISA Server 2006 firewall. We created a web publish rule for that site, but testing this rule (in the ISA Server UI) ...
5
votes
4answers
143 views

What is the best practice for finding out all superclasses of a Perl class?

Is there a standard CPAN way of finding out all the superclasses of a Perl class (or better yet entire superclass tree, up to UNIVERSAL)? Or is the best practice to simply examine @{"${$class}::ISA"} ...
1
vote
0answers
115 views

Access to web service over ISA, SSL

I try to access asmx web service that hosted on IIS behind ISA server and authentication is held by ISA server using certificate (User Certificate => [https] => ISA => Authentication [http] => Web ...
0
votes
2answers
223 views

How to access the ISA Bus of a Windows PC?

I want to access my Motherboard's ISA Bus to read temperature sensor values and set cooling fan speeds. I could not find any practically helpful information but the hint to use "GiveIO", a unviersial ...
1
vote
0answers
76 views

Is the carry flag obsolete?

The carry flag seems to have two main uses. 1) it is useful for chaining addition/subtraction instructions to operate on numbers larger than native size. Adding 32bit ints on an 8-bit architecture for ...
0
votes
1answer
32 views

is there a linux like isa(with isa-toolkit plugin), that allow me to redirect especific file types request (mime type redirect) to diferent gateways?

is there a linux like isa(with isa-toolkit plugin), that allow me to redirect especific file types request (mime type redirect) to diferent gateways? or there is a way to achieve this using the ...
4
votes
1answer
217 views

L1 and L2 Miss Rates in SimpleScalar Simulation

I have simulated 4 different binaries in the SimpleScalar simulation tool and for every binary the L2 unified miss rate is greater than L1 data miss rate. In my assignment I am suppose to do some ...
1
vote
3answers
190 views

Any possible reason isa variable is reset to nil?

My iPhone app keeps receiving BAD_EXC_ACCESS error after running for a while, after painful debugging I find that one of my static variables (NSPredicate to be exact) was corrupted: it still pointed ...
1
vote
3answers
922 views

Access an aspx page (microsoft TMG) where login is required with PHP

I am trying to scrape my university's portal, to get my schedule and convert it into a format more convient for me. I have the following script, which does everything that it needs to do, it sends a ...
1
vote
1answer
1k views

Need help in adding more functionality to MIPS Single Cycle Datapath

I am trying to add jal functionality to the following but I am stuck with how does it work. I know that it stores the old PC+4 value in the $ra register and then transfers the control to the function ...
0
votes
2answers
2k views

Why do we Sign Extend in load word instruction?

I am learning MIPS 32 bit. I wanted to ask that why do we Sign Extend the 16 bit offset (in Single Cycle Datapath) before sending it to the ALU in case of Store Word?
0
votes
1answer
273 views

Why do we need to Bit Extend the J type instruction to 2 bits only?

Please have a look at this Single Cycle Data Path in MIPS. The 26 bits of J type instruction are being Bit Extended to 28. I don't get the point. Shouldn't it be extended to 31 so it makes 32 bits ...
0
votes
1answer
227 views

Unable to make relation from the diagram

I am given the following diagram with the text. The author refers the AND gate which becomes the control signal PCSrc. But I am unable to make this relation from the diagram. Here is the text, ALU ...
0
votes
1answer
1k views

Does $ra returns the address of current instruction or the next instruction?

I am very confused in the concept of returning address by $ra. Does it return the address of the current instruction being executed or the instruction to be executed next? For explanation please use ...
0
votes
1answer
124 views

How to use APJP with ISA Server

I was unable to use APJP beside with ISA server Entering values for APJP_HTTP_PROXY_SERVER_ADDRESS in the APJP.properties did not solve the problem.
2
votes
1answer
1k views

openning http connection behind proxy which requires authentication but does not return 407

Our applet is behind Microsoft ISA Server which has integrated proxy authentication.Isa Proxy server returns http 405(NOT 407) for connections which has no authentication credentials on it.There for ...
2
votes
1answer
174 views

Opening sharepoint documents from Silverlight and re-use session

We have a silverlight application thats behind a ISA server, and the users have to authenticate against the ISA server. In the silverlight application we uses Sharepoint 2007 as a documentlibrary ...
3
votes
1answer
297 views

Can my WP7 app use Open SSL?

I have a WP7 app that communicates with the back-end via a WCF service. A customer has asked if the app can be made more secure by communicating via an ISA server using Open SSL. The ISA server ...
2
votes
0answers
452 views

Is it possible to validate an ASP.NET Forms Authentication ticket in ISA/UAG (or similar) and do redirects based on the result?

We have an ASP.NET MVC application that uses Forms Authentication to create and validate the authentication ticket (cookie). The log on flow is very special, not just username/password, but it ends ...
0
votes
1answer
397 views

WCF Service behind ISA

I have created a wcf service, successfully deployed to a development server(not behind an ISA Server) and was able to add a service reference to to the service in a test web app. My network ...

1 2