The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
93 views

Linq Include helper function for f# style pipelining

I want to eagerly load some records from and their relations from the database something like this: let getEmails() = let emails = (query { for q in entities.QueueItems do ...
-1
votes
0answers
41 views

bash script file merge / piping and Python slicing

here's my issue : I have 2 files generated in linux that has common output and were produced across multiple hosts with the same setup/configs. These files do some simple reporting on resource ...
0
votes
0answers
9 views

About the pipeline performance formula

I understand the formula completely except for one number that I can't figure out where it's coming from and the book has nothing on it. The problem consists of: 6 stage pipeline n instructions i ...
0
votes
2answers
71 views

Pipelining in Java

I have 6 functions: fetch operation decode fetch operands execute writeback updatepc Each giving input to another. I want to execute them at the same time i.e., pipelining. How to do that?
0
votes
0answers
60 views

Why pipelining in firefox does not seem to work?

To verify that using http pipelining can optimize the speed of loading resources, I made a test as follows: Open Firefox on Mac, in config change max connection per server to 1, then I open a test ...
0
votes
0answers
157 views

How to read ISA disassembly? Also GPU-Pipelining and Wait states

I'm trying to understand what machine code the OpenCL compiler produces in order to optimize it. Therefore I used the tool m2s-opencl-kc (from multi2sim) to offline-compile my *.cl file and keep ...
0
votes
0answers
56 views

Http 1.1 pipelining support

I enabled http pipelining support in google chrome and observerd some problems in how data is received even when using big sites like amazon.com. What is the current support for pipelining from major ...
1
vote
0answers
32 views

Fire requests outside the pipeline using netty.io

What is the correct way to implement using netty a proxy, but just in a stage in the pipeline For example ` @Override public void channelConnected(ChannelHandlerContext ctx, ...
2
votes
5answers
98 views

What is the point of delay slots?

So from my understanding of delay slots, they occur when a branch instruction is called and the next instruction following the branch also gets loaded from memory. What is the point of this? Wouldn't ...
14
votes
1answer
382 views

3-stage MD5 pipeline in VHDL

I am trying to implement a 3-stage MD5 pipeline according to this link. In particular the algoritms on page 31. There is also another document which describes data forwarding. The MD5 algoritm is ...
0
votes
1answer
100 views

How to optimize and increase efficiency in this particular code involving floating point operation?

We know that floating point operations have high latency and take many clock cycles to execute which may cause pipeline to stall! what are the different methods to optimize the following code. int ...
1
vote
0answers
99 views

Is “Http pipelining” modified in iOS6?

"Http pipelining" in iOS5 can cause some issues, like switching images when rendering a web page in Safari. Some sites have reported this problem, like this one i.e. The origin of the problem is that ...
0
votes
1answer
156 views

Is HTTP pipelining supported in iOS?

I'm wondering whether HTTP pipelining is supported in iOS or if I have to create the body of the multipart/mixed request myself.
1
vote
1answer
83 views

Quova TCP Keepalive? Pipelining?

One of my developers is reporting that the connection rate to our Quova servers has become a bottleneck. He reports that his attempt to set the TCP keepalive option in our Ruby code doesn't seem to ...
1
vote
1answer
136 views

Are there any restrictions in writing multiple http responses?

I am building a HTTP proxy with netty, which supports HTTP pipelining. Therefore I receive multiple HttpRequest Objects on a single Channel and got the matching HttpResponse Objects. The order of the ...
0
votes
1answer
78 views

pipelining through multiple functions in powershell

The user launchs a script called wrapper.ps1 It has param( [string]$command, [string]$item='' etc ) I then evaluate this with switch -wildcard ($command) { "command1" {function1 $item;} ...
6
votes
1answer
481 views

redis sharding, pipelining, and round-trips

Suppose in your web application you need to do a number of redis calls to render a page, like, getting a bunch of user hashes. To speed this up you could wrap up your redis commands in a MULTI/EXEC ...
9
votes
1answer
941 views

Difference between http pipeling and http multiplexing with spdy

Thanks to google and stackoverflow, I think I understood the difference between regular http pipelining and http multiplexing (for eg. with spdy), so I made the diagram below to show the differences ...
0
votes
1answer
65 views

HTTP over TCP creating new connection when changing directory

I'm using a program to monitor the browser's activity, when I go to a site it makes an HTTP request over a TCP connection and I get the HTML file from the root directory of the server and then, it ...
6
votes
5answers
1k views

What is pipelining? how does it increase the speed of execution?

I believe that no question is silly if it is bugging you. I have this question about pipe-lining? What is pipe-lining? Theory says that : "With pipelining, the CPU begins executing a second ...
0
votes
0answers
666 views

What is the number of clock cycles required in the given sequence of Instruction using 5- stage pipelined CPU?

A 5 stage pipelined CPU has the following sequence of stages: IF – Instruction fetch from instrution memory. RD – Instruction decode and register read. EX – Execute: ALU operation for data and ...
8
votes
2answers
379 views

Swapping Variables (C++, processor level)

click here to access the chatroom for this question. I would like to swap two variables. and i would like to do it through the pipeline using a Read After Write hazard to my advantage. Pipeline: ...
1
vote
1answer
484 views

Netty ChannelUpstreamHandler and HTTP pipelining

I was playing with the Netty example org.jboss.netty.example.http.snoop and I noticed that Firefox does 4 requests leading to the creation of 4 HttpRequestHandler instances and Internet Explorer 8/9 ...
1
vote
1answer
407 views

remote java console application control using cmd

I have Java console app, which i want to control from another computer. I use Socket class to send data through net and pipeline to connect the remote controlled program with Sender and Reader ...
4
votes
2answers
578 views

Does S3 support HTTP pipelining?

I have thousands of small files (about 1 KB) to upload to S3 every minutes. If I upload every file in the loop "send my HTTP request - wait S3's HTTP response - send next request - wait next response ...
3
votes
1answer
1k views

Use HttpCore + HttpNIO from Apache for HTTP Pipelining on Android?

Android uses Apache's HTTP Components library to perform HTTP requests and exposes an API that doesn't support asynchronous requests or pipelining. We're writing an app that would benefit from ...
0
votes
1answer
832 views

How to pipeline the username from Get-MoveRequest to Get-MailboxStatistics?

How do I pipeline the output of Exchange 2010's Get-MoveRequest command so that the Name variable can be used in the $Username variable below? [CmdletBinding(DefaultParameterSetName = "MoveUser")] ...
0
votes
1answer
380 views

Matching HTTP responses with their corresponding HTTP pipelined requests

I'm trying to write a program to match HTTP requests with their corresponding responses. Seems that everything is working well for most of the scenarios (when the transfer is perfectly ordered and ...
3
votes
1answer
226 views

Proxy Server that supports smart pipelining/multiplexing

So, I want to develop a proxy server that when contacted checks the size of what it will be downloading to proxy (using head most likely) and if it's over a set size it splits the download of the ...
0
votes
1answer
458 views

simple pipelining and superscalar architecture

consider this instruction flow diagram.... instruction fetch->instruction decode->operands fetch->instruction execute->write back suppose a processor that supports both cisc and risc...like ...
1
vote
1answer
424 views

MIPS Pipelining Question

Is the forwarding (highlighted by the blue arrow) necessary? I figured the add instruction would successfully write back to register before the OR instruction reads it.
3
votes
2answers
2k views

difference between pipelining and redirection in linux

Can anyone tell me the difference? for example: if I have a file a.txt with the following content: a b c what would be the difference between cat a.txt | cat and cat < a.txt It seems to ...
0
votes
3answers
1k views

Python inheritance, class level variables, __init__ takes no arguments

Edit: This is a silly mistake, look at the answers, but my init method does not define a self variable. I have several python classes that are stages in a pipeline. They inherit from a base class. ...
8
votes
1answer
1k views

Node.js http request pipelining

So, I want to use node.js and http request pipelining, but I want to use HTTP only as a transport, nothing else. I am interested in exploiting the request pipelining feature. However, one problem that ...
0
votes
1answer
221 views

How can i use http 1.1 pipelining from a desktop Java application (J2SE)?

I'm making a simple Java app that makes 40 requests (each request has a unique URL) to a define server ... there is a simple way to make that 40 request with HTTP 1.1? I need to use only 1 tcp ...
1
vote
2answers
462 views

Does com.sun.net.httpserver.HttpServer support pipelining?

Does com.sun.net.httpserver.HttpServer support single-connection pipelining? It seems to handle multiple clients in parallel, but a single connection's requests are being serially executed. Is this ...
3
votes
2answers
1k views

Using Java NIO for pipelined Http

Researching the web, I've found that pipelined HTTP is much faster and more power efficient (specially for mobile devices) than queued or parallel connections. The support from general libraries ...
6
votes
3answers
2k views

HTTP 1.1 Pipelining

I have to implement an HTTP client in Java and for my needs it seems that the most efficient way to do it, is implement HTTP pipeline (as per RFC2616). As an aside, I want to pipeline POSTs. (Also I ...
7
votes
1answer
167 views

F# compilation error: Unexpected type application

In F#, given the following class: type Foo() = member this.Bar<'t> (arg0:string) = ignore() Why does the following compile: let f = new Foo() f.Bar<Int32> "string" While the ...
5
votes
5answers
2k views

Why increased pipeline depth does not always mean increased throughput?

This is perhaps more of a discussion question, but I thought stackoverflow could be the right place to ask it. I am studying the concept of instruction pipelining. I have been taught that a pipeline's ...
2
votes
1answer
449 views

HTTP HEAD method and pipelining

I'm writing some code that parses HTTP requests and responses, but it may not see both sides of every conversation. The HTTP RFC states that a HEAD request should cause exactly the same response as ...
8
votes
5answers
6k views

what is difference between Superscaling and pipelining?

Well looks too simple a question to be asked but i asked after going through few ppts on both. Both methods increase instruction throughput. And Superscaling almost always makes use of pipelining as ...