Re: DBD::Sybase misleads me?
michael.peppler@xxxxxxxxxxxxxx wrote:
The sp_configure option is dynamic, but only affects future connections. It
is an upper limit, and the client has to specifically request the larger
packet size to get it. Otherwise the default 512 byte packet size is used.
Michael
In addition to setting the configuration param for max packet size, you
also need to allocate a number of bytes to the pool of memory from which
the larger packets are drawn. This pool of memory is addressed by the
sp_configure parameter 'additional network memory'. There is a formula
to caluclate the actual amount required based on the number of
connections and the packet sizes required.
Regards,
Chuck
Relevant Pages
- [NT]Microsoft Windows WRITE_ANDX SMB Command Handling Kernel DoS
... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Microsoft Windows Vista SP1 with latest security updates ... Invalid system memory was referenced. ... Srv.sys is the driver that will process the received SMB packet, ... (Securiteam) - Re: PCI newbie problems
... there is a manual on the Xilinx web site that I would look at first. ... How to decode a PCIexpress packet. ... As regards writing to memory using PCItree. ... These are typically control registers, ... (comp.arch.fpga) - Re: Library design for downloading an unknown amount of data?
... Multiple manufacturers just adds to the fun! ... Some devices send everything in a single packet, ... you could malloc the correct sized buffer. ... devices that only have 32KB of memory. ... (comp.lang.c) - Re: [PATCH 1/1] network memory allocator.
... Swap storage then sends an ack for that data, since network allocations ... data and main system can work with that free memory. ... No need to detect OOM or something other - it just works. ... each new packet goes slow path since VJ header ... (Linux-Kernel) - Re: Library design for downloading an unknown amount of data?
... A potential problem with this approach is that the buffer size will be ... Some devices send everything in a single packet, ... In some protocols it is simply fixed, and for others you can choose it yourself, but you should use the maximum allowable size for maximum speed. ... Right now the device with the highest memory capacity has 2MB of memory. ... (comp.lang.c) |
|