Skip to content

ayesha54/Concurrent_HTTP_Requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

First build the program by typing the following command.

    go build main.go
    go run main.go

Then run the program by using following command.

     ./main google.com facebook.com hello.com http://golang.org

You can use flag "parallel" to set the limit of processing the requests otherwise it is set to 10 by default.

   ./main -parallel 3 google.com facebook.com hello.com http://golang.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages