Displaying 13 results from an estimated 13 matches for "socketserver".
2018 Nov 20
2
Re: [PATCH v2 3/3] v2v: -o rhv-upload: Add a test.
...length = int(length)
> + content = self.rfile.read(length)
This commit went upstream:
https://github.com/libguestfs/libguestfs/commit/bfd9bee9fc7a91fdca0ca051deca062ff29d1f01
However it fails on RHEL 7.6 with:
Traceback (most recent call last):
File "/usr/lib64/python2.7/SocketServer.py", line 295, in _handle_request_nobl
ock
self.process_request(request, client_address)
File "/usr/lib64/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/lib64/python2.7/SocketServer.py", line 334,...
2018 Oct 15
3
Re: [PATCH v2 3/3] v2v: -o rhv-upload: Add a test.
On Mon, Oct 15, 2018 at 6:21 PM Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Tue, Oct 09, 2018 at 02:28:10PM +0300, Nir Soffer wrote:
> > > +# Create a background thread running a web server which is
> > > +# simulating the imageio server.
> > >
> >
> > This functionality should be separated from the fake SDK module, since
> it is
> >
2006 Mar 27
4
Remote databases and daemons
...usable only as a Database, not as a
WriteableDatabase -- is this correct? So, if I don't want my
application to have a copy of the database on the same machine I'll
need to write an indexer daemon on the remote machine and talk to it
over TCP if i want to be able to remotely index?
* The socketserver.cc and the corresponding xapian-tcpsrv looks like
it blocks, even for reads. As far as I know, Xapian currently
supports "single-write, multiple-reads" of the database, which means
the tcpserver could be doing more. Am I mistaken in thinking that a
read will block another read with the...
2007 Oct 30
1
xen xm list: DomUs blocked
...0 782 1 r----- 521.0
slimserv 5 56 1 ------ 267.3
work 7 128 1 -b---- 7.3
[12:19:09] $
Here is an excerpt from the xend-debug.log
Traceback (most recent call last):
File "SocketServer.py", line 464, in process_request_thread
self.finish_request(request, client_address)
File "SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "SocketServer.py", line 522, in __init__
self.handle()
Fi...
2008 Jun 11
1
xen migrate never ends
....5/logging/__init__.py", line 418, in format
record.message = record.getMessage()
File "/usr/lib/python2.5/logging/__init__.py", line 288, in getMessage
msg = msg % self.args
TypeError: int argument required
Traceback (most recent call last):
File "/usr/lib/python2.5/SocketServer.py", line 464, in
process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.5/SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.5/site-packages/xen/util/xmlrpc...
2005 Jul 29
1
FastAGI problems
...body think about using a unix socket for communicating asterisk
and the fastagi server? I know, we would lose the remote processing
feature, however we can save on IP stack when AGI requested handled locally.
Any idea how can I stabilize the FastAGI running? On the other side is a
python threading socketserver.
Thanks in advance,
Tamas
2006 May 20
2
xapian-tcpsrv need to reopen database?
Hi, I'm adapting the omega (in a Python way ;) to do search across multiple
remotes database, for now, I have only one xapian-tcpsrc running, but I have
documents being inserted at the same time, so (like I have readed in others
e-mails) the xapian-tcpsrc throw the following message:
Connection from 192.168.0.101, port 64161
Got exception DatabaseModifiedError: The revision being read has
2006 Dec 02
3
Bug#401249: xen-utils-common: xenbr0 not being created
...alled all the packages I can think of to get Xen going
and it still fails with the following :
/var/log/xen/xend-debug.log:
Exception starting xend: (111, 'Connection refused')
er.py", line 463, in process_request_thread
self.finish_request(request, client_address)
File "SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "SocketServer.py", line 521, in __init__
self.handle()
File "BaseHTTPServer.py", line 316, in handle
self.handle_one_request()
File "BaseHTTPServer.py",...
2006 Feb 08
1
xapian-tcpsrv very slow
Hi,
I have been looking at xapian for a project and have so far been very
impressed. I have hit one major problem the final architecture requires
that the web server be a deferent machine from the server that xapian is
installed on. With my test code using local database ($db_path =
"/var/xapain_db/default"; $db = new_database($db_path);) a query takes
around 0.012 seconds on
2006 Apr 06
2
build error : xapian-core-0.9.4_svn6707
...i.a/omquery.o .libs/libxapian.lax/libnet.a/socketclient.o .libs/libxapian.lax/libnet.a/tcpclient.o .libs/libxapian.lax/libnet.a/socketcommon.o .libs/libxapian.lax/libnet.a/progclient.o .libs/libxapian.lax/libnet.a/omerr_string.o .libs/libxapian.lax/libnet.a/omlinebuf.o .libs/libxapian.lax/libnet.a/socketserver.o .libs/libxapian.lax/libnet.a/tcpserver.o .libs/libxapian.lax/libnet.a/progserver.o .libs/libxapian.lax/libqueryparser.a/queryparser.o .libs/libxapian.lax/libqueryparser.a/queryparser_internal.o
ranlib .libs/libxapian.a
rm -fr .libs/libxapian.lax
creating libxapian.la
(cd .libs && rm -f...
2008 Jun 21
12
Bfu xVM to build 92 problems
Bfu 91 to 92 looks good
Proceed with xVM upgrade . After running:-
# sunos.hg/bin/build-all nondebug
bash-3.2# cd packages-nondebug
bash-3.2# pwd
/usr/tmp/packages-nondebug
bash-3.2# ls -l
total 20
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirt
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirtr
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWurlgrabber
2004 Sep 28
9
Open call to try wxruby-swig
Hi Everyone,
Over the past couple of weeks wxruby-swig has made a lot of progress.
Over 100 classes have been added with attempts to mimic the existing
wxruby interfaces. While still not as stable as wxruby, stability has
increased dramatically. Finally, it has been built on Linux, Mac, and MSVC.
This email is an invitation to try out wxruby-swig for yourself. The
source code is in CVS and
2016 May 04
9
[PATCH 0/8] python: PEP 8 fixes
Hi,
this series cleans up the Python sources, either static or generated,
including also tests, to make them PEP 8 compliant; see
https://www.python.org/dev/peps/pep-0008/ and tools like pep8.
Almost all the issues reported by pep8 are fixed, reducing the issues
from 3818 to 7.
The changes should have no effect on the actual code, while it will
help Python users with consistency with other