* [Bluez-devel] dbus-sdp & find_pending_connect
@ 2007-02-15 0:21 Denis KENZIOR
2007-02-15 8:10 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Denis KENZIOR @ 2007-02-15 0:21 UTC (permalink / raw)
To: BlueZ development
Marcel,
I'd like to understand why all SDP related functions in dbus-sdp.c call the
find_pending_connect function?
Effectively this guards against simultaneous SDP connection attempts to the
same remote device. My understanding is that BlueZ does not have any
limitations against multiple simultaneous connections to the same device, and
neither does the BlueZ sdp daemon. Commenting out find_pending_connect, I
can run up to 6 simultaneous SDP queries to another BlueZ implementation
(this is because sdpd has a queue of up to 5 connections.) So this leads me
to wonder why hcid is not allowing this particular case?
-Denis
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bluez-devel] dbus-sdp & find_pending_connect
2007-02-15 0:21 [Bluez-devel] dbus-sdp & find_pending_connect Denis KENZIOR
@ 2007-02-15 8:10 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2007-02-15 8:10 UTC (permalink / raw)
To: BlueZ development
Hi Denis,
> I'd like to understand why all SDP related functions in dbus-sdp.c call the
> find_pending_connect function?
>
> Effectively this guards against simultaneous SDP connection attempts to the
> same remote device. My understanding is that BlueZ does not have any
> limitations against multiple simultaneous connections to the same device, and
> neither does the BlueZ sdp daemon. Commenting out find_pending_connect, I
> can run up to 6 simultaneous SDP queries to another BlueZ implementation
> (this is because sdpd has a queue of up to 5 connections.) So this leads me
> to wonder why hcid is not allowing this particular case?
actually I have no idea and I didn't write that piece of code. There
shouldn't be any limitations, but not all remote SDP implementation can
deal with concurrent requests and so we have to be careful.
Regards
Marcel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-15 8:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-15 0:21 [Bluez-devel] dbus-sdp & find_pending_connect Denis KENZIOR
2007-02-15 8:10 ` Marcel Holtmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.