Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
requests
- Page 1
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
… use the sleep time to add a delay between consecutive
requests
since the `DeepSeek R1` model on Fireworks has a rate…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
… to GSC crawl stats, Google has made 232,000 crawl
requests
for an SXG certificate over the past 3 months. >… of our traffic comes from Google. About 93% of URL
requests
represent the first visited page of the website. > Of…
Re: Running Apache Tomcat behind a IIS reverse proxy with SSL termination
Programming
Web Development
2 Months Ago
by blud
….iis.net/learn/troubleshoot/using-failed-request-tracing/troubleshooting-failed-
requests
-using-tracing-in-iis) to track this down Connection Terminated…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by jkon
… that SXG is working well for DaniWeb. 232,000 crawl
requests
for an SXG certificate over the past three months for…
Requests module, cookies problem
Programming
Software Development
12 Years Ago
by d8m9
… code: # -*- coding: utf-8 -*- import urllib, urllib2 import cookielib import
requests
adress= 'http://....' param= { 'name' : '....', 'email' : '....', 'phone' : '....', 'message' : …xml;q=0.9,*/*;q=0.8' } c=
requests
.session() requestp = c.get(adress) SSID=requestp…
Simpler approach for handling customer data change requests for global ref tables?
Programming
Databases
15 Years Ago
by stickdog
…to give the customer users making these data change
requests
a convenient way to enter their proposed record … primary key in question for modification & deletion
requests
or the specific reference table and associated customer user …entered field values in question for record creation
requests
. Does anybody have any ideas of how to …
http requests
Programming
Software Development
16 Years Ago
by ub007
…Is there any way that I can send the http
requests
from the other IPs on the virtual interfaces? [code…apache default configuration doesnt allow a large number of simultaneous
requests
from single host,the code fails to load the …)Hence was wondering whether I could possibly send 'get'
requests
randomly from the virtual IPs? I could then have a…
Python BaseHTTPServer Requests
Programming
Software Development
16 Years Ago
by sma.arch
…. What happens in my case is that these two GET
requests
are seen as one by the server. Instead of seeing… not sure why python does not see two
requests
. I am guessing maybe the
requests
get passed into a buffer, and if… the
requests
come too close together, then the buffer gets appended with …
Python ImportError: No module named requests
Programming
Software Development
9 Years Ago
by eman neercs
…cron but get the error "No module named
requests
" Traceback (most recent call last): File &…2, in <module> import
requests
ImportError: No module named
requests
The script will run from the console … environment settings are different between the two methods.
Requests
is installed in the ./lib/python2.7/site-…
Splitting HTTP Requests Between 2 Servers
Hardware and Software
Linux and Unix
16 Years Ago
by samarudge
… website off one server (192.168.0.4) and all
requests
for port 80 (HTTP) are sent to this server. However… I want 4 out of 10
requests
to be proxied to my second server (192.168.0…'t know how I could use this to split the
requests
between 2 servers. I run Fedora 10 and am happy…
Many many requests to one php file
Programming
Web Development
14 Years Ago
by Acute
… or print. So, what if a lot of such ajax
requests
come simultaneously? what server does in this case? does it… process all of the
requests
([U]every[/U] request)? and [B]does it make copies… does it work with single php file by queueing the
requests
[/B]?
Any way to block unsolicited contact requests in Skype?
Hardware and Software
Microsoft Windows
9 Years Ago
by Reverend Jim
… setting that would allow me to block all unsolicited contact
requests
. Shortly after Microsoft acquired Skype this feature was removed. …I used to get 2-3
requests
per week and it was easy enough to delete-and…at these reports. However, I am now getting 5-10
requests
per day from users with obviously bot-generated accounts. I…
Re: Python ImportError: No module named requests
Programming
Software Development
9 Years Ago
by Gribouillis
… raise RuntimeError(get_python_lib()) If this prints the `site_packages` directory where
requests
lives, you could try import sys from distutils.sysconfig import…
Re: Python ImportError: No module named requests
Programming
Software Development
9 Years Ago
by eman neercs
… choices. The first is to find a way to install
requests
into the 2.6 version or the other to redirect…
Re: Python ImportError: No module named requests
Programming
Software Development
9 Years Ago
by eman neercs
Sorted! Thanks #To find out where the libs are installed python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()" and then sys.path.append("/kunden/homepages/xx/dxxxxx/htdocs/custom/lib/python2.7/site-packages") import
requests
find the number of incoming requests to a apache server
Hardware and Software
Linux and Unix
18 Years Ago
by laddu
How to find the number of incoming
requests
to a apache server and also the maximum number of
requests
that it can serve? Is it possible to extract this info to use it in a program??
Re: find the number of incoming requests to a apache server
Hardware and Software
Linux and Unix
18 Years Ago
by blud
The number of currently incomming
requests
can be found using netstat: netstat -anp | grep :80 Just … with the port 80. To find the maximum number of
requests
apache can handle just look in the httpd.conf file…
IIS Server behavious while handing multiple requests simultaneously
Programming
Web Development
16 Years Ago
by somesh_nag
… server simultaneously? Will it handle the
requests
separately, or is there a risk that the
requests
/responses could get mixed up? Please…
JavaME bluetooth:javax.bluetooth.BluetoothStateException: too mach concurent requests
Programming
Software Development
15 Years Ago
by Clawsy
…) I get this exception: javax.bluetooth.BluetoothStateException: too mach concurent
requests
at com.sun.kvem.jsr082.bluetooth.ServiceSearcher.start(ServiceSearcher.java…) at com.sun.kvem.jsr082.impl.bluetooth.BTDeviceDiscoverer.run(+268)
requests
. I get it at device inquiry... this means when the…
how requests are prioratised
Programming
Computer Science
15 Years Ago
by koduruabhinav40
sir/madam i want to know how internet traffic problem will be solved i.e(at some time if 10
requests
came to the website out of them which request will be served first) on what priority
requests
are served how will they be served.
how requests are prioratised
Programming
Web Development
15 Years Ago
by koduruabhinav40
sir/madam i want to know how internet traffic problem will be solved i.e(at some time if 10
requests
came to the website out of them which request will be served first) on what priority
requests
are served how will they be served. how coding will be done could u pls give me the idea
Abandoning pending ajax requests in IE
Programming
Web Development
15 Years Ago
by danielh
…) available per-domain connections for a few minutes. If more
requests
get stuck and all available connections are exhausted then the… I have found is to keep track of all outstanding
requests
and abort() them "onunload". Has anyone else banged…
AJAX based XML Web Service Requests
Programming
Web Development
14 Years Ago
by v_sriram
… response XML. While it works perfectly when I submit these
requests
directly from the XXXX, YYYY, ZZZZ servers on the intranet… wsdl file. Not sure why its not letting me submit
requests
through AJAX. Apologies if my language is very amateurish as…
Re: PHP singletone pattern in php files where AJAX's requests are sent
Programming
Web Development
13 Years Ago
by blocblue
… are stateless. The only way to persist data/variables between
requests
is to persist them in a file (database, session, cookie…, it will return the same object. Over two separate AJAX
requests
, you will get two separate database instances, because as soon…
why does requests does not get cached when using ajax with post method?
Programming
Web Development
11 Years Ago
by yaragalla_mural
Normally when we use post method with forms, the
requests
are geting cached. I mean when we use the back … with ajax. when we use ajax with post method the
requests
are not cached. when we use the back button also…
Testing SSO using SAML requests on SoapUI
Programming
Web Development
11 Years Ago
by Determination_1
… version of soapUI 4.5). I need to prepare two
requests
. First one will have username/password but the second webservice… there any tutorial for this. I need to prepare both
requests
and there should be a dummy or actual webservices at…
Update progress bar based on AJAX requests in for loop
Programming
Web Development
9 Years Ago
by fheppell
… bar to be shown, showing how many of the 'n'
requests
have returned. The page the request is POSTing to may… need to run multiple tens of times. Once all the
requests
have completed, I need to redirect to another page. Any…
TCP server implementation to take care multiple port based requests.
Hardware and Software
Networking
7 Years Ago
by can-mohan
… to implement TCP socket server which is going to serve
requests
based on multiple ports. (1) port1 : dedicated for video streaming… sockets can be created to serve above mentioned port based
requests
? i appreciate if any samples of code to take care…
Re: TCP server implementation to take care multiple port based requests.
Hardware and Software
Networking
7 Years Ago
by can-mohan
… be created or one server can handle all three port
requests
. if we create one server i.e (video) then that… stop the video streaming and then only can handle other
requests
. I want all the data (video ,audio,Text) has to…
import requests endPoint = 'https://api.mnotify.com/api/template' apiKey =
Programming
Software Development
3 Years Ago
by Wis_874
import
requests
endPoint = 'https://api.mnotify.com/api/template' apiKey = 'YOUR_API_KEY' url = endPoint + '?key=' + apiKey response =
requests
.get(url) data = response.json();
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC